summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-05-28 11:46:51 +0200
committereray orçunus <erayorcunus@gmail.com>2020-05-28 11:46:51 +0200
commite6401bce181b2a9eb1ba31db0945e79277207a23 (patch)
tree1b5ba680e2f51ff00dbef7e48dc999be66066fec /src/control/Script.h
parentconfig reorganization (diff)
downloadre3-e6401bce181b2a9eb1ba31db0945e79277207a23.tar
re3-e6401bce181b2a9eb1ba31db0945e79277207a23.tar.gz
re3-e6401bce181b2a9eb1ba31db0945e79277207a23.tar.bz2
re3-e6401bce181b2a9eb1ba31db0945e79277207a23.tar.lz
re3-e6401bce181b2a9eb1ba31db0945e79277207a23.tar.xz
re3-e6401bce181b2a9eb1ba31db0945e79277207a23.tar.zst
re3-e6401bce181b2a9eb1ba31db0945e79277207a23.zip
Diffstat (limited to '')
-rw-r--r--src/control/Script.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index 743fad99..7964ec6c 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -521,3 +521,7 @@ extern bool doingMissionRetry;
uint32 AddExtraDeathDelay();
void RetryMission(int, int);
#endif
+
+#ifdef USE_DEBUG_SCRIPT_LOADER
+extern int scriptToLoad;
+#endif \ No newline at end of file