aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
index a745051..e798569 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -7,7 +7,7 @@
#ifndef GAME_SCREEN_H
#define GAME_SCREEN_H
-#define RUN_SHOOTER_GAME_EVERY 100
+#define RUN_SHOOTER_GAME_COUNT_START 500
typedef enum GamePlayPlace {
CLICKY_DESKTOP_PLACE,
@@ -30,6 +30,8 @@ typedef struct GameScreen {
Shop shop;
ToolId tool;
+
+ int nextShootingStoneCount;
} GameScreen;
void initGameScreen(GameScreen* gameScreen, Game* game);