X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=cd388da73abb3f792c094dfbb1a667359ee9cdfa;hp=5e3bc7eff6983153a3d58246e5c949e7975076fe;hb=37dc6b231b7e6cd2aeab259ebe52be365b7f3c17;hpb=c8a4b929719715737c9180a3ea831b4019e9e1fe 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;