git-svn-id: https://svn.eduke32.com/eduke32@111 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-04-25 02:33:21 +00:00
parent 0aa8fffdf7
commit e09d8d7cd9
2 changed files with 4 additions and 2 deletions

View file

@ -82,7 +82,7 @@ int32 JoystickAnalogueSaturate[MAXJOYAXES];
// Screen variables
//
int32 ScreenMode = 0;
int32 ScreenMode = 1;
int32 ScreenWidth = 800;
int32 ScreenHeight = 600;
int32 ScreenBPP = 32;

View file

@ -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++)
{