aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index d8d0958..2fc068e 100644
--- a/src/game.c
+++ b/src/game.c
@@ -25,6 +25,8 @@ void initGame(Game* game)
addClickyToClickies(&game->clickies, testClicky);
game->screenTexture = LoadRenderTexture(WINDOW_WIDTH, WINDOW_HEIGHT);
+
+ game->stones = 0;
}
void updateGame(Game* game)