- finally something can be seen...

The intro movie doesn't work without sound...
This commit is contained in:
Christoph Oelckers 2019-12-13 18:48:18 +01:00
parent 0cd7c9a5ae
commit b86d773005
2 changed files with 2 additions and 2 deletions

View file

@ -86,9 +86,8 @@ void CONFIG_SetDefaults()
gSetup.forcesetup = 1;
gSetup.noautoload = 1;
gSetup.fullscreen = 1;
gSetup.bpp = 32;
FXVolume = 255;
MusicVolume = 255;
NumBits = 16;
}

View file

@ -2009,6 +2009,7 @@ int GameInterface::app_main()
ResetView();
GrabPalette();
paletteSetColorTable(curbasepal, basepaltable[BASEPAL]);
if (bSerialPlay && !InitSerial()) {
I_Error("Unable to connect");