diff options
author | aap <aap@papnet.eu> | 2020-03-24 11:58:09 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-03-24 11:58:09 +0100 |
commit | 4e7c186285ccfbef9172e53b734002803cba8622 (patch) | |
tree | bf4e17d46f67de43b85631bd2e68172c0d9a1680 /src/control | |
parent | fix and cleanup in AddToPopulation (diff) | |
download | re3-4e7c186285ccfbef9172e53b734002803cba8622.tar re3-4e7c186285ccfbef9172e53b734002803cba8622.tar.gz re3-4e7c186285ccfbef9172e53b734002803cba8622.tar.bz2 re3-4e7c186285ccfbef9172e53b734002803cba8622.tar.lz re3-4e7c186285ccfbef9172e53b734002803cba8622.tar.xz re3-4e7c186285ccfbef9172e53b734002803cba8622.tar.zst re3-4e7c186285ccfbef9172e53b734002803cba8622.zip |
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Script.cpp | 2 |
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; |