X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Fgame.h;h=cd388da73abb3f792c094dfbb1a667359ee9cdfa;hb=37dc6b231b7e6cd2aeab259ebe52be365b7f3c17;hp=5e3bc7eff6983153a3d58246e5c949e7975076fe;hpb=c8a4b929719715737c9180a3ea831b4019e9e1fe;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 5e3bc7ef..cd388da7 100644 --- a/src/game.h +++ b/src/game.h @@ -272,6 +272,11 @@ struct PlayerInfo boolean is_bored; boolean is_sleeping; + boolean was_waiting; + boolean was_moving; + boolean was_snapping; + boolean was_dropping; + boolean cannot_move; int frame_counter_bored;