summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-12-01 21:08:05 +0100
committerSergeanur <s.anureev@yandex.ua>2020-12-01 21:08:05 +0100
commite33ab44b7d179a59887200fe6d22c15fa557c5e2 (patch)
treee626c0f1572ceca6a2bff0b3b3de876ccbaa6fab /src/control/Replay.cpp
parentsome more GTA_VERSIONs and CGame tidy-up (not much actual memory moving yet) (diff)
downloadre3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.tar
re3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.tar.gz
re3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.tar.bz2
re3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.tar.lz
re3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.tar.xz
re3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.tar.zst
re3-e33ab44b7d179a59887200fe6d22c15fa557c5e2.zip
Diffstat (limited to 'src/control/Replay.cpp')
-rw-r--r--src/control/Replay.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp
index f21703ac..757af0a9 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -1,5 +1,5 @@
#include "common.h"
-
+#ifdef GTA_REPLAY
#include "AnimBlendAssociation.h"
#include "Boat.h"
#include "SpecialFX.h"
@@ -1585,3 +1585,4 @@ void CReplay::Display()
if (Mode == MODE_PLAYBACK)
CFont::PrintString(SCREEN_SCALE_X(63.5f), SCREEN_SCALE_Y(30.0f), TheText.Get("REPLAY"));
}
+#endif