summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-12-08 01:27:35 +0100
committerSergeanur <s.anureev@yandex.ua>2020-12-08 01:27:35 +0100
commit84cc31fea3b8205a03b930218f7190303e1fab39 (patch)
tree9586330008b875edcc0822c53c4cc6f96628b320
parentFixing the Ghost vehicle name. (diff)
downloadre3-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
-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