aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game.c b/src/game.c
index 2fc068e..cfbfbea 100644
--- a/src/game.c
+++ b/src/game.c
@@ -20,10 +20,6 @@ void initGame(Game* game)
Clicky testClicky = createPenguinLolClicky(game);
addClickyToClickies(&game->clickies, testClicky);
- testClicky = createPenguinLolClicky(game);
- testClicky.rect.x += 500;
- addClickyToClickies(&game->clickies, testClicky);
-
game->screenTexture = LoadRenderTexture(WINDOW_WIDTH, WINDOW_HEIGHT);
game->stones = 0;