summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index e692da5..63f61a3 100644
--- a/src/game.c
+++ b/src/game.c
@@ -9,8 +9,7 @@ void play(tick_t tick, int *dirtRectsCount, SDL_Rect **directRects ) {
//TODO : boucle de jeu principale ici (maj état de jeu)
- *dirtRectsCount=0;
- *directRects=NULL;
+ printf("%p - %i\n", (void *) *directRects, *dirtRectsCount);
SDL_Delay(rand()%8);
}