From 7fbb9c444057fe3f30da0bac4d52fd8c6e8ba59b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 1 Mar 2021 12:47:01 +0300 Subject: O_o --- src/room.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/room.h') 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]; -- cgit v1.2.3