From 3fe9aeeb0bb7e573dc4800a3006a36973cccac0d Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 31 Jul 2010 17:10:15 +0200 Subject: [PATCH] Remove bogus Exit LINEDEF in BioMech Communications. This LINEDEF prevents the player from going into the small alcoves in the right wall of the tank. However, it is buggy, and in some cases the LINEDEF can be triggered in such a way that the player cannot back out of it anymore. After removing, the bug is gone, and the player can enter the alcove a little bit, but this is harmless. --- data/comm | 1 - 1 file changed, 1 deletion(-) diff --git a/data/comm b/data/comm index 3c87e9d..58ad01c 100644 --- a/data/comm +++ b/data/comm @@ -328,7 +328,6 @@ EMH ITEM 0 "Pistol" 690 425 PistolIcon EMH DOOR DOOR1 TR_LOCKED_SLIDEDOOR 768 448 832 448 TR_DOOR_CLOSED -EMH LINEDEF "Exit" @none@ "@none@" 1536 512 5 550 INACTIVE EMH LINEDEF "ActivateBoss" @none@ "@none@" 768 480 64 5 INACTIVE EMH LINEDEF "@none@" DOOR1 "@none@" 768 480 64 5 INACTIVE -- 2.39.5