Minor one line whitespace fix.

Hikaru
This commit is contained in:
Timothy C. McGrath 2004-02-08 08:21:07 +00:00
parent 88fcbcbcfd
commit 2e45f628b9

View file

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