finished script and replay

This commit is contained in:
Nikolay Korolev
2020-11-01 18:21:05 +03:00
parent 45c09224f7
commit 5edd9e75da
6 changed files with 33 additions and 13 deletions

View File

@@ -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);