mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-01-31 13:50:38 +00:00
Another self.message which caused a crash likely due to not having a self.owner
check. Tim McGrath (Misty)
This commit is contained in:
parent
0c080c65c8
commit
1afd36dc3d
1 changed files with 2 additions and 1 deletions
1
doors.qc
1
doors.qc
|
@ -118,6 +118,7 @@ void() door_fire =
|
|||
if (self.items)
|
||||
sound (self, CHAN_VOICE, self.noise4, 1, ATTN_NORM);
|
||||
|
||||
if (self.owner)
|
||||
self.message = ""; // no more message
|
||||
oself = self;
|
||||
|
||||
|
|
Loading…
Reference in a new issue