summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-05-28 21:06:50 +0200
committerGitHub <noreply@github.com>2020-05-28 21:06:50 +0200
commite65a09ea09ccc60c10e4969f8b98c3dfb7566f0f (patch)
tree3dc76df5c75331a6fa3ba98706a57a2571a2367f /src/control/Script.h
parentfix (diff)
parentremove inlining attempts + reload frontend options for real (diff)
downloadre3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.tar
re3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.tar.gz
re3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.tar.bz2
re3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.tar.lz
re3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.tar.xz
re3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.tar.zst
re3-e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f.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