mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-15 12:17:57 +00:00
oops, too over zealous
This commit is contained in:
parent
b3998b0f96
commit
12b2ce3787
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ void () fd_secret_use =
|
|||
sound(self, CHAN_VOICE, self.noise1, 1, ATTN_NORM);
|
||||
self.nextthink = self.ltime + 0.1;
|
||||
|
||||
temp &= ~SECRET_1ST_LEFT); // 1 or -1
|
||||
temp = 1 - (self.spawnflags & SECRET_1ST_LEFT); // 1 or -1
|
||||
makevectors(self.mangle);
|
||||
|
||||
if (!self.t_width)
|
||||
|
|
Loading…
Reference in a new issue