diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-26 20:59:56 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-26 20:59:56 +0200 |
commit | 0461a36a4ec59ee38f8ac49c580e60a5bd70a24b (patch) | |
tree | ed562b1a38cd311f6a6e2f463fd6c924cb705097 /src/control/Script.cpp | |
parent | Merge remote-tracking branch 'upstream/lcs' into lcs (diff) | |
download | re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.tar re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.tar.gz re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.tar.bz2 re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.tar.lz re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.tar.xz re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.tar.zst re3-0461a36a4ec59ee38f8ac49c580e60a5bd70a24b.zip |
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r-- | src/control/Script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 233f5d5d..f52dda03 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -18,9 +18,7 @@ #include "FileMgr.h" #include "Frontend.h" #include "General.h" -#ifdef MISSION_REPLAY #include "GenericGameStorage.h" -#endif #include "HandlingMgr.h" #include "Heli.h" #include "Hud.h" |