Added more compilation options
svn-id: r16175
This commit is contained in:
parent
7a4f4889a9
commit
1b90a2ef6b
3 changed files with 14 additions and 4 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "games.h"
|
||||
#include "globals.h"
|
||||
#include "modules.h"
|
||||
#include "skin.h"
|
||||
|
||||
#include "forms.h"
|
||||
/***********************************************************************
|
||||
|
@ -317,6 +318,7 @@ static void AppLaunchCmdNotify(UInt16 LaunchFlags, SysNotifyParamType * pData)
|
|||
resizing = true;
|
||||
PINGetScreenDimensions();
|
||||
WinScreenGetPitch();
|
||||
SknApplySkin();
|
||||
resizing = false;
|
||||
}
|
||||
}
|
||||
|
@ -343,7 +345,9 @@ static UInt32 ScummVMPalmMain(UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags)
|
|||
|
||||
|
||||
case sysAppLaunchCustomDeleteEngine:
|
||||
#ifndef _DEBUG_ENGINE
|
||||
ModDelete();
|
||||
#endif
|
||||
break;
|
||||
|
||||
case sysAppLaunchCmdNormalLaunch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue