- removed unused wrapper.

This commit is contained in:
Christoph Oelckers 2022-10-14 23:53:56 +02:00
parent 994cb47d36
commit 151fc46ef3

View file

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