From 840ed4c22b58afdbb8db871214430fad07971ab8 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 3 Mar 2021 16:51:20 +0300 Subject: o_O --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.c') diff --git a/src/map.c b/src/map.c index d602e29..60bc0fc 100644 --- a/src/map.c +++ b/src/map.c @@ -287,7 +287,7 @@ static void loadroom(tt_room *r, FILE *f) b->txrcol = id; b->anim = 4; b->rate = 100 + (rand() % 50 - 25); - b->collision_act = /*colact_gulag*/ 0; + b->collision_act = colact_gulag; b->isdoor = 0; } } -- cgit v1.2.3