mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Yep
git-svn-id: https://svn.eduke32.com/eduke32@111 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0aa8fffdf7
commit
e09d8d7cd9
2 changed files with 4 additions and 2 deletions
|
@ -82,7 +82,7 @@ int32 JoystickAnalogueSaturate[MAXJOYAXES];
|
|||
// Screen variables
|
||||
//
|
||||
|
||||
int32 ScreenMode = 0;
|
||||
int32 ScreenMode = 1;
|
||||
int32 ScreenWidth = 800;
|
||||
int32 ScreenHeight = 600;
|
||||
int32 ScreenBPP = 32;
|
||||
|
|
|
@ -7977,13 +7977,15 @@ void loadtmb(void)
|
|||
void Shutdown( void )
|
||||
{
|
||||
int i;
|
||||
extern int32 scripthandle;
|
||||
|
||||
SoundShutdown();
|
||||
MusicShutdown();
|
||||
uninittimer();
|
||||
uninitengine();
|
||||
CONTROL_Shutdown();
|
||||
CONFIG_WriteSetup();
|
||||
if (scripthandle)
|
||||
CONFIG_WriteSetup();
|
||||
KB_Shutdown();
|
||||
for(i=0;i<MAXQUOTES;i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue