summaryrefslogtreecommitdiff
path: root/src/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.h')
-rw-r--r--src/room.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/room.h b/src/room.h
index b4567f2..f1f9ba2 100644
--- a/src/room.h
+++ b/src/room.h
@@ -12,7 +12,6 @@
typedef struct tt_room {
SDL_Rect *floor[TT_ROOM_H][TT_ROOM_W];
tt_body *walls[TT_ROOM_H][TT_ROOM_W];
- SDL_Rect *roof[TT_ROOM_H][TT_ROOM_W];
tt_body *bodies;
int bodies_count;
struct tt_room *neighbours[4];