From 4e7c186285ccfbef9172e53b734002803cba8622 Mon Sep 17 00:00:00 2001 From: aap Date: Tue, 24 Mar 2020 11:58:09 +0100 Subject: change default script to story --- src/control/Script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 7c563492..4aeacf3f 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -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; -- cgit v1.2.3