diff options
author | aap <aap@papnet.eu> | 2020-05-17 15:16:27 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-17 15:16:27 +0200 |
commit | 405a6fcbef4b0fa917b42f3c9341a00cec1e480f (patch) | |
tree | 9568abad56406ae0167f361c31ebeacaec6dde76 /src/control/Script.cpp | |
parent | fix head/hand atomics (diff) | |
parent | revert accidental commit; also update librw (diff) | |
download | re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.tar re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.tar.gz re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.tar.bz2 re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.tar.lz re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.tar.xz re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.tar.zst re3-405a6fcbef4b0fa917b42f3c9341a00cec1e480f.zip |
Diffstat (limited to 'src/control/Script.cpp')
-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 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) |