diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-13 22:39:14 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-14 21:57:26 +0200 |
commit | db6110e996756672595f3d0e69b8e96977a534e0 (patch) | |
tree | 56ac3029546f7e0892aff6364efc40bb5451a974 /src/control/Script.h | |
parent | script fix (diff) | |
download | re3-db6110e996756672595f3d0e69b8e96977a534e0.tar re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.gz re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.bz2 re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.lz re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.xz re3-db6110e996756672595f3d0e69b8e96977a534e0.tar.zst re3-db6110e996756672595f3d0e69b8e96977a534e0.zip |
Diffstat (limited to 'src/control/Script.h')
-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 3044e770..45475e6e 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -545,4 +545,8 @@ void RetryMission(int, int); #ifdef USE_DEBUG_SCRIPT_LOADER extern int scriptToLoad; +#endif + +#ifdef MISSION_SWITCHER +extern int switchMissionTo; #endif
\ No newline at end of file |