diff options
author | aap <aap@papnet.eu> | 2020-05-09 13:00:39 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-09 13:00:39 +0200 |
commit | 989ded6052f6bd1c5d518e65768cce85a92fc20b (patch) | |
tree | a6560865ae82445f61b9e48082c0e82aeddf51c4 /src/control/Replay.h | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.gz re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.bz2 re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.lz re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.xz re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.zst re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.zip |
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index bf70a28a..6a07e593 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -213,7 +213,7 @@ private: static uint8* pBuf2; static CPlayerPed* pBuf3; static uint8* pBuf4; - static CCutsceneHead* pBuf5; + static CCutsceneObject* pBuf5; static uint8* pBuf6; static CPtrNode* pBuf7; static uint8* pBuf8; |