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:53:09 +0100
commit24b5406a1ddce8d9c10aee8b2443407276f25ba4 (patch)
tree9c05c60eb3a0a65291c617740a7e3c027df8ba74 /src/control/Replay.cpp
parentMerge pull request #857 from majesticCoding/miami (diff)
downloadre3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.tar
re3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.tar.gz
re3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.tar.bz2
re3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.tar.lz
re3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.tar.xz
re3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.tar.zst
re3-24b5406a1ddce8d9c10aee8b2443407276f25ba4.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 e28bbf35..0c70d2f6 100644
--- a/src/control/Replay.cpp
+++ b/src/control/Replay.cpp
@@ -1,5 +1,5 @@
#include "common.h"
-
+#ifdef GTA_REPLAY
#include "AnimBlendAssocGroup.h"
#include "AnimBlendAssociation.h"
#include "Bike.h"
@@ -1887,3 +1887,4 @@ void CReplay::Display()
if (Mode == MODE_PLAYBACK)
CFont::PrintString(SCREEN_SCALE_X(63.5f), SCREEN_SCALE_Y(30.0f), TheText.Get("REPLAY"));
}
+#endif