diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-30 15:20:11 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-30 15:20:11 +0200 |
commit | 90bcb888e8cd3f6580984c0248e474650c350007 (patch) | |
tree | 05606ed8c2ae842f7bd7a8f766d3d566e9e6f083 /src/control/Replay.h | |
parent | PlayBackThisFrameInterpolation and all it required... (diff) | |
download | re3-90bcb888e8cd3f6580984c0248e474650c350007.tar re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.gz re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.bz2 re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.lz re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.xz re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.zst re3-90bcb888e8cd3f6580984c0248e474650c350007.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Replay.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index f44e4c41..18701293 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -201,13 +201,13 @@ private: static CEntryInfoNode *&pBuf9; static uint8 *&pBuf10; static CDummyPed *&pBuf11; - static CBlip *&pRadarBlips; - static CCamera *&pStoredCam; - static CSector *&pWorld1; + static uint8 *&pRadarBlips; + static uint8 *&pStoredCam; + static uint8 *&pWorld1; static CReference *&pEmptyReferences; static CStoredDetailedAnimationState *&pPedAnims; - static CPickup *&pPickups; - static CReference *&pReferences; + static uint8 *&pPickups; + static uint8 *&pReferences; static uint8 (&BufferStatus)[8]; static uint8 (&Buffers)[8][100000]; static bool &bPlayingBackFromFile; |