X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=00131fb98a2babd7147389b47312daa93091c0c9;hb=0732b0680b5ce9468facaef0b7d9a50fc0894515;hp=aed0ce0483c078db0dbcba53fa54b39b7769e110;hpb=bf88ae3e5f7cc53fec7a06298f6632368c6c8e0c;p=rocksndiamonds.git 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;