mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-03-03 23:41:13 +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.forcesetup = 1;
|
||||||
gSetup.noautoload = 1;
|
gSetup.noautoload = 1;
|
||||||
gSetup.fullscreen = 1;
|
gSetup.fullscreen = 1;
|
||||||
|
gSetup.bpp = 32;
|
||||||
|
|
||||||
FXVolume = 255;
|
|
||||||
MusicVolume = 255;
|
|
||||||
NumBits = 16;
|
NumBits = 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2009,6 +2009,7 @@ int GameInterface::app_main()
|
||||||
|
|
||||||
ResetView();
|
ResetView();
|
||||||
GrabPalette();
|
GrabPalette();
|
||||||
|
paletteSetColorTable(curbasepal, basepaltable[BASEPAL]);
|
||||||
|
|
||||||
if (bSerialPlay && !InitSerial()) {
|
if (bSerialPlay && !InitSerial()) {
|
||||||
I_Error("Unable to connect");
|
I_Error("Unable to connect");
|
||||||
|
|
Loading…
Reference in a new issue