mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Add option to remove startup delay (#395)
* Add startup delay option * Remove build option * Add comment back
This commit is contained in:
parent
7a92f53212
commit
7797729a3f
@ -911,7 +911,7 @@ inline bool IsleApp::Tick()
|
||||
static MxLong g_lastFrameTime = 0;
|
||||
|
||||
// GLOBAL: ISLE 0x4101bc
|
||||
static MxS32 g_startupDelay = 200;
|
||||
static MxS32 g_startupDelay = 1;
|
||||
|
||||
if (IsleDebug_Paused() && IsleDebug_StepModeEnabled()) {
|
||||
IsleDebug_SetPaused(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user