diff options
author | aap <aap@papnet.eu> | 2020-05-17 14:21:09 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-17 14:21:09 +0200 |
commit | 72ccf9a0db8a1429da7a0da041f97b993cfc3622 (patch) | |
tree | 45438fc1000de4177e480d5af76bd9e4b8248765 | |
parent | Remove magic consts from ms_aAnimAssocDefinitions (diff) | |
download | re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.tar re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.tar.gz re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.tar.bz2 re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.tar.lz re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.tar.xz re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.tar.zst re3-72ccf9a0db8a1429da7a0da041f97b993cfc3622.zip |
m--------- | librw | 0 | ||||
-rw-r--r-- | src/control/Script.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/librw b/librw -Subproject 661feeabf4a4f0a8b0bee23b53ba557a14352d0 +Subproject 3971dda001cba9c7dc67e86bc0b54a2c7568578 diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 631ca436..357436c6 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -506,7 +506,7 @@ void CRunningScript::Init() #ifdef USE_DEBUG_SCRIPT_LOADER int open_script() { - static int scriptToLoad = 1; + static int scriptToLoad = 0; #ifdef _WIN32 if (GetAsyncKeyState('G') & 0x8000) |