diff options
author | aap <aap@papnet.eu> | 2019-06-30 15:27:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 15:27:20 +0200 |
commit | 6e4df804f7e8d6ec801e2699df7c036c82fcadac (patch) | |
tree | 15ccabed4c8c5d7c5c2f7a636035876cbd183e4d /src/control/Replay.h | |
parent | Merge pull request #78 from ShFil119/cleanup (diff) | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.gz re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.bz2 re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.lz re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.xz re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.zst re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.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; |