summaryrefslogtreecommitdiff
path: root/include/arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arena.h')
-rw-r--r--include/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arena.h b/include/arena.h
index 2c06659..837fade 100644
--- a/include/arena.h
+++ b/include/arena.h
@@ -22,7 +22,7 @@ typedef struct arena_struct
int w, h;
list_t *listTimer;
//list_t *listTux;
- list_t *listShot;
+ space_t *spaceShot;
space_t *spaceTux;
space_t *spaceItem;
} arena_t;