summaryrefslogtreecommitdiff
path: root/src/room.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-01 12:47:01 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-01 12:47:01 +0300
commit7fbb9c444057fe3f30da0bac4d52fd8c6e8ba59b (patch)
treefc407dc77b1464300e400135df97855123ed9535 /src/room.h
parenta365de1b0ab91f9c057196a601d96d2aed6e48fb (diff)
downloadtakethis-7fbb9c444057fe3f30da0bac4d52fd8c6e8ba59b.tar
takethis-7fbb9c444057fe3f30da0bac4d52fd8c6e8ba59b.tar.xz
takethis-7fbb9c444057fe3f30da0bac4d52fd8c6e8ba59b.zip
O_o
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];