From 5edd9e75da54534fe48c779d4f6c6cd17535be10 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 1 Nov 2020 18:21:05 +0300 Subject: finished script and replay --- src/control/Replay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/control/Replay.h') diff --git a/src/control/Replay.h b/src/control/Replay.h index 42d6ad1a..319d8bd4 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -263,7 +263,8 @@ class CReplay uint32 cam_shake_start; float cam_shake_strength; uint8 cur_area; - uint8 special_fx_flags; + uint8 video_cam : 1; + uint8 lift_cam : 1; }; VALIDATE_SIZE(tMiscPacket, 16); -- cgit v1.2.3