From 151fc46ef33ff1c70753cf9ec9f3e6920cda5db9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 14 Oct 2022 23:53:56 +0200 Subject: [PATCH] - removed unused wrapper. --- source/games/sw/src/game.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/games/sw/src/game.h b/source/games/sw/src/game.h index f85031c27..87142e525 100644 --- a/source/games/sw/src/game.h +++ b/source/games/sw/src/game.h @@ -665,7 +665,6 @@ struct PLAYER int16_t bob_ndx; int16_t bcnt; // bob count double bob_z, obob_z; - int int_bob_z() const { return bob_z * worldtoint; } //Multiplayer variables InputPacket input;