diff options
Diffstat (limited to 'simon/simon.h')
-rw-r--r-- | simon/simon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/simon.h b/simon/simon.h index 9d6d367826..5d808dec10 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -116,9 +116,9 @@ public: GAME_WIN = 2, GAME_SIMON1DOS = 0, - GAME_SIMON1WIN = 2, - GAME_SIMON2DOS = 1, - GAME_SIMON2WIN = 3, + GAME_SIMON1WIN = GAME_WIN, + GAME_SIMON2DOS = GAME_SIMON2, + GAME_SIMON2WIN = GAME_SIMON2 + GAME_WIN, GAME_SIMON1DEMO = 4, }; |