summaryrefslogtreecommitdiff
path: root/src/room.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.c')
-rw-r--r--src/room.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room.c b/src/room.c
index b45ada8..66f6a29 100644
--- a/src/room.c
+++ b/src/room.c
@@ -3,7 +3,7 @@
int tt_room_collide(tt_room *room, SDL_Rect *box)
{
- SDL_Rect r = { 0, 0, 32, 32 };
+ SDL_Rect r = { 0, 0, 32, 16 };
int i, j;
for (i = 0; i != TT_ROOM_H; ++i) {
r.y = 32 * i;