X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=fe6d74c59795d6c89934a6f0dd540878768c73ba;hb=23ba25574349652d86979fc787ec4b0214001333;hp=ef78e31645475117a4573609d16ed7a33dd1757b;hpb=15c0b8cb57ed5d10814103eaa0b5c06e8ae117e4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index ef78e31..fe6d74c 100644 --- a/player.h +++ b/player.h @@ -97,6 +97,8 @@ struct { ent_gate *gate_waiting; int immobile; + int rewinded_since_last_gate; + /* * Network * -------------------------------------------------- @@ -117,6 +119,7 @@ struct { struct player_ragdoll ragdoll; struct player_model fallback_model; + struct player_board fallback_board; u16 board_view_slot, playermodel_view_slot;