mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- finally something can be seen...
The intro movie doesn't work without sound...
This commit is contained in:
parent
0cd7c9a5ae
commit
b86d773005
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -2009,6 +2009,7 @@ int GameInterface::app_main()
|
|||
|
||||
ResetView();
|
||||
GrabPalette();
|
||||
paletteSetColorTable(curbasepal, basepaltable[BASEPAL]);
|
||||
|
||||
if (bSerialPlay && !InitSerial()) {
|
||||
I_Error("Unable to connect");
|
||||
|
|
Loading…
Reference in a new issue