summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/data_game.h6
1 files 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 {