summaryrefslogtreecommitdiff
path: root/src/control
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-12-08 02:27:35 +0200
committerSergeanur <s.anureev@yandex.ua>2020-12-08 02:27:35 +0200
commit84cc31fea3b8205a03b930218f7190303e1fab39 (patch)
tree9586330008b875edcc0822c53c4cc6f96628b320 /src/control
parent66fc4e44fc25eeec3da8224e3cf5bc1a78bbd06b (diff)
Fix wrong define
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Script.h2
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