diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-12-12 21:05:12 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-12-12 21:05:12 +0100 |
commit | 01c95378e1cffe7ef09f44d992a0144d9a5691a4 (patch) | |
tree | 6e797ece1b38c9e86f9d7af6b97cc39fa897347c /src/control/Replay.h | |
parent | fixed a bug (diff) | |
download | re3-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.h | 5 |
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 |