summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}