summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-12-12 21:05:12 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2020-12-12 21:05:12 +0100
commit01c95378e1cffe7ef09f44d992a0144d9a5691a4 (patch)
tree6e797ece1b38c9e86f9d7af6b97cc39fa897347c /src/control/Replay.h
parentfixed a bug (diff)
downloadre3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.tar
re3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.tar.gz
re3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.tar.bz2
re3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.tar.lz
re3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.tar.xz
re3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.tar.zst
re3-01c95378e1cffe7ef09f44d992a0144d9a5691a4.zip
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r--src/control/Replay.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h
index cb58a602..aa2ecd86 100644
--- a/src/control/Replay.h
+++ b/src/control/Replay.h
@@ -275,6 +275,11 @@ private:
static float fAlphaAngleLookAroundCam;
static float fBetaAngleLookAroundCam;
#ifdef FIX_BUGS
+ static uint8* pGarages;
+ static CFire* FireArray;
+ static uint32 NumOfFires;
+ static uint8* paProjectileInfo;
+ static uint8* paProjectiles;
static int nHandleOfPlayerPed[NUMPLAYERS];
#endif