Another self.message which caused a crash likely due to not having a self.owner

check.

Tim McGrath (Misty)
This commit is contained in:
Timothy C. McGrath 2002-06-02 15:24:59 +00:00
parent 0c080c65c8
commit 1afd36dc3d

View file

@ -118,7 +118,8 @@ void() door_fire =
if (self.items)
sound (self, CHAN_VOICE, self.noise4, 1, ATTN_NORM);
self.message = ""; // no more message
if (self.owner)
self.message = ""; // no more message
oself = self;
if (self.spawnflags & DOOR_TOGGLE)