From bf649cb2021d5bf569167197e6c4d444fed73990 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 8 Aug 2017 17:39:13 +0200 Subject: Fix bug where it was possible to enter in the workshop without action See first bug (at the beginning) in this video: https://www.youtube.com/watch?v=y4mmQCDfO08 --- src/obstacle.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/obstacle.cxx') diff --git a/src/obstacle.cxx b/src/obstacle.cxx index 245c897..c173204 100644 --- a/src/obstacle.cxx +++ b/src/obstacle.cxx @@ -1229,13 +1229,13 @@ static char tableObstacleObject[] = 1, 1, 1, 1, 1, // 119 (usine) 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 0, 0, 0, 1, + 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 120 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 0, 0, 0, 0, + 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 121 (mine de fer) -- cgit v1.2.3