summaryrefslogtreecommitdiffstats
path: root/src/control/Script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r--src/control/Script.cpp2
1 files changed, 1 insertions, 1 deletions
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;