0
0
Fork 0
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:
Bill Currie 2004-02-08 06:56:06 +00:00
parent b3998b0f96
commit 12b2ce3787

View file

@ -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)