diff options
Diffstat (limited to 'src/game.hpp')
| -rw-r--r-- | src/game.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.hpp b/src/game.hpp index b5a16d5..83ff6fa 100644 --- a/src/game.hpp +++ b/src/game.hpp @@ -1,7 +1,7 @@ #ifndef GAME_HPP #define GAME_HPP -bool inGame; +bool inGame = false; void game(int diff); -#endif
\ No newline at end of file +#endif |
