X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=00131fb98a2babd7147389b47312daa93091c0c9;hp=bba270cd06d9085fab7ff0ecb63b208672fffc31;hb=8bf628c4f976b617d840a64a6e7c2edb5f1d7719;hpb=54cd73c4e6a8fc9521f0adda5501cd09eb294b4c diff --git a/src/game.h b/src/game.h index bba270cd..00131fb9 100644 --- a/src/game.h +++ b/src/game.h @@ -204,6 +204,7 @@ 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; @@ -242,6 +243,7 @@ struct GameInfo // values for handling states for solved level and game over boolean LevelSolved; + boolean GamePlayed; boolean GameOver; boolean LevelSolved_GameWon;