X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=00131fb98a2babd7147389b47312daa93091c0c9;hp=aed0ce0483c078db0dbcba53fa54b39b7769e110;hb=76676f82b8ee50fd5704096d7102498878c755cf;hpb=bf88ae3e5f7cc53fec7a06298f6632368c6c8e0c diff --git a/src/game.h b/src/game.h index aed0ce04..00131fb9 100644 --- a/src/game.h +++ b/src/game.h @@ -204,6 +204,9 @@ struct GameInfo int players_still_needed; int friends_still_needed; + int robot_wheel_x, robot_wheel_y; + int exit_x, exit_y; + boolean all_players_gone; // values for the new EMC elements @@ -240,6 +243,7 @@ struct GameInfo // values for handling states for solved level and game over boolean LevelSolved; + boolean GamePlayed; boolean GameOver; boolean LevelSolved_GameWon;