diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 02:27:35 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 02:27:35 +0200 |
commit | 84cc31fea3b8205a03b930218f7190303e1fab39 (patch) | |
tree | 9586330008b875edcc0822c53c4cc6f96628b320 /src/control/Script.h | |
parent | 66fc4e44fc25eeec3da8224e3cf5bc1a78bbd06b (diff) |
Fix wrong define
Diffstat (limited to 'src/control/Script.h')
-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 |