X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=00131fb98a2babd7147389b47312daa93091c0c9;hp=195f4202a1dce1a8cb858b142f8f3b2dd15c94eb;hb=8bf628c4f976b617d840a64a6e7c2edb5f1d7719;hpb=4666f6614557b1a47fda7442da7523519a4a1ac6 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;