From 1247f46149cbb3a21590573fdcef23e920d0addc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 13 Oct 2022 14:59:55 +0200 Subject: … MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/client/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src') 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 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), -- cgit v1.2.3-70-g09d2