mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-09 09:02:20 +00:00
Minor one line whitespace fix.
Hikaru
This commit is contained in:
parent
88fcbcbcfd
commit
2e45f628b9
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ void() PlayerJump =
|
|||
if (!(self.flags & FL_ONGROUND))
|
||||
return;
|
||||
|
||||
if (!(self.flags & FL_JUMPRELEASED) )
|
||||
if (!(self.flags & FL_JUMPRELEASED))
|
||||
return; // don't pogo stick
|
||||
|
||||
self.flags &= ~FL_JUMPRELEASED;
|
||||
|
|
Loading…
Reference in a new issue