e sound - forgot to call init - call init

This commit is contained in:
Carsten Haitzler 2022-06-18 12:24:41 +01:00
parent 2b095b67d1
commit 2bc9efc261
1 changed files with 4 additions and 0 deletions

View File

@ -800,6 +800,10 @@ main(int argc, char **argv)
TS("E_Powersave Init Done");
_e_main_shutdown_push(e_powersave_shutdown);
TS("E_Sound Init");
e_sound_init();
_e_main_shutdown_push(e_sound_shutdown);
TS("Screens Init");
if (!_e_main_screens_init())
{