diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-13 14:59:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-13 14:59:55 +0200 |
commit | 1247f46149cbb3a21590573fdcef23e920d0addc (patch) | |
tree | 7d784499f48ea533d1fa7fb3e91df23fa14f2c6f /client/src | |
parent | e3a4790893b5d5f9cf8fbc44ececd65711d572cb (diff) | |
download | twclient-1247f46149cbb3a21590573fdcef23e920d0addc.tar twclient-1247f46149cbb3a21590573fdcef23e920d0addc.tar.bz2 twclient-1247f46149cbb3a21590573fdcef23e920d0addc.tar.zst |
…
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/client/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/client/mod.rs b/client/src/client/mod.rs index c779317..c5e7b9e 100644 --- a/client/src/client/mod.rs +++ b/client/src/client/mod.rs @@ -239,6 +239,8 @@ impl<'a, L: Loop> Application<L> for Client { System::Snap(_) | System::SnapEmpty(_) | System::SnapSingle(_) => { self.num_snaps_since_reset += 1; { + let a = gamenet::msg::system::Snap; + let b = gamenet_ddnet::msg::system::Snap; let res = match *msg { System::Snap(s) => self.snaps.snap(&mut Log, obj_size, s), System::SnapEmpty(s) => self.snaps.snap_empty(&mut Log, obj_size, s), |