From b7df795fc95364eab6951ef9c97fa5615e24f1c4 Mon Sep 17 00:00:00 2001 From: Jonathan Hager Date: Sun, 22 Jan 2023 01:13:44 +0100 Subject: [PATCH] Fehler behoben --- game.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/game.c b/game.c index 2b43079..67b53e7 100644 --- a/game.c +++ b/game.c @@ -29,9 +29,6 @@ Game *GameInit() game->inputHandler->cursorWorldTile.x = 0; game->inputHandler->cursorWorldTile.y = 0; game->inputHandler->selectedLayer = -1; - game->inputHandler->cursorTextures = game->textures->textures[TE_CURSOR]; - game->inputHandler->cursorSprite = game->cursorSprite; - game->screen = SCREEN_MAINMENU; game->camera = malloc(sizeof(Camera2D));