change default script to story

This commit is contained in:
aap 2020-03-24 11:58:09 +01:00
parent c7bdecdd90
commit 4e7c186285
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ void CRunningScript::Init()
#ifdef USE_DEBUG_SCRIPT_LOADER
int open_script()
{
static int scriptToLoad = 1;
static int scriptToLoad = 0;
if (GetAsyncKeyState('G') & 0x8000)
scriptToLoad = 0;