diff options
| author | Crystalwarrior <Varsash@Gmail.com> | 2021-03-21 05:12:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 21:12:44 -0500 |
| commit | 510c0f4b17f24eb534d22654a41e9157c89a8211 (patch) | |
| tree | 079a0e3f799ed55ac80370b289b0ba9496eeb7c0 /src/packet_distribution.cpp | |
| parent | e3ba27c47e4846e1a93057d83464ecff027da7be (diff) | |
Add timer packets to demo playback (#494)
When the demo skips by some number of seconds, the timer will also skip forward by that duration.
Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com>
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
Diffstat (limited to 'src/packet_distribution.cpp')
| -rw-r--r-- | src/packet_distribution.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp index 7ec685a6..95b8fa06 100644 --- a/src/packet_distribution.cpp +++ b/src/packet_distribution.cpp @@ -660,6 +660,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet) w_courtroom->set_clock_visibility(id, true); else if (type == 3) w_courtroom->set_clock_visibility(id, false); + append_to_demofile(p_packet->to_string(true)); } else if (header == "CHECK") { if (!courtroom_constructed) |
