X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=00131fb98a2babd7147389b47312daa93091c0c9;hp=195f4202a1dce1a8cb858b142f8f3b2dd15c94eb;hb=9f40d091d5c9e5104fa90c881b6cb8ab8470d71d;hpb=b165e8970f5f3d8f9972433960785f31b9a11723 diff --git a/src/game.h b/src/game.h index 195f4202..00131fb9 100644 --- a/src/game.h +++ b/src/game.h @@ -243,6 +243,7 @@ struct GameInfo // values for handling states for solved level and game over boolean LevelSolved; + boolean GamePlayed; boolean GameOver; boolean LevelSolved_GameWon;