diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 57b997b1..68d1dc7b 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -520,3 +520,7 @@ private: static bool ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool fbi, bool army, bool miami); }; + +#ifdef USE_DEBUG_SCRIPT_LOADER +extern int scriptToLoad; +#endif
\ No newline at end of file |