aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-27 18:42:30 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-27 18:42:30 +0000
commitcf4e656ae38a27eb9b0f4e53cf42f872796f2f08 (patch)
tree0e8ecf1217ca05ab21c9d15f447be0e709c5e258 /src/game.c
parent9ddeb5a5f14987bacf4441866c4051a5d7617d75 (diff)
downloadPenguinYippies-cf4e656ae38a27eb9b0f4e53cf42f872796f2f08.tar.gz
PenguinYippies-cf4e656ae38a27eb9b0f4e53cf42f872796f2f08.tar.bz2
PenguinYippies-cf4e656ae38a27eb9b0f4e53cf42f872796f2f08.zip
Stones added
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)