diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 01:27:35 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 01:27:35 +0100 |
commit | 84cc31fea3b8205a03b930218f7190303e1fab39 (patch) | |
tree | 9586330008b875edcc0822c53c4cc6f96628b320 /src | |
parent | Fixing the Ghost vehicle name. (diff) | |
download | re3-84cc31fea3b8205a03b930218f7190303e1fab39.tar re3-84cc31fea3b8205a03b930218f7190303e1fab39.tar.gz re3-84cc31fea3b8205a03b930218f7190303e1fab39.tar.bz2 re3-84cc31fea3b8205a03b930218f7190303e1fab39.tar.lz re3-84cc31fea3b8205a03b930218f7190303e1fab39.tar.xz re3-84cc31fea3b8205a03b930218f7190303e1fab39.tar.zst re3-84cc31fea3b8205a03b930218f7190303e1fab39.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/control/Script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 12f3233f..7fc18727 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -396,7 +396,7 @@ private: friend class CRunningScript; friend class CHud; friend void CMissionCleanup::Process(); -#ifdef FIX_BUGS +#ifdef MISSION_REPLAY friend void RetryMission(int, int); #endif |