summaryrefslogtreecommitdiff
path: root/src/body.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/body.c')
-rw-r--r--src/body.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.c b/src/body.c
index fa915bb..60e3cb9 100644
--- a/src/body.c
+++ b/src/body.c
@@ -33,7 +33,7 @@ void tt_body_move(int d)
int eyr = b->yrem;
move(b, d);
{
- SDL_Rect box = { b->x + 5, b->y + 2, 22, 28 };
+ SDL_Rect box = { b->x + 5, b->y + 2, 24, 24 };
if (!tt_room_collide(r, &box) && !tt_room_out(r, &box)) continue;
}
b->x = ex;