From 99ed3fe079a2e5f2a9a9396f4a0e0e1b7483243d Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 15 Sep 2013 10:37:05 +0200 Subject: Modifs mineures non commitées il y a lgtps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/include/data_game.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/data_game.h b/src/include/data_game.h index 669c0ef..edb44dd 100644 --- a/src/include/data_game.h +++ b/src/include/data_game.h @@ -43,10 +43,10 @@ typedef struct { int frameIdx; /* For animated sprites */ int counter, counter2; /* counter used for internal state changes */ int explodeNumCtr, explodeCtr; - int canFloat, canClimb, canChangeSkill, nuke, hasDied, hasLeft, - int selectCtr; /** counter used to display the select image in replay mode */ + int canFloat, canClimb, canChangeSkill, nuke, hasDied, hasLeft; + int selectCtr; /* counter used to display the select image in replay mode */ - renderItem_t *renderItem; + // renderItem_t *renderItem; /* FIXME Causes inclusion loop */ } lemming_t; enum skills { -- cgit v1.2.3