mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-04 22:16:35 +00:00
clarify comment
This commit is contained in:
parent
476e6cc6ed
commit
8797e139ee
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ void F_RunWipe(UINT8 wipetype, boolean drawMenu)
|
|||
// don't know where else to put this.
|
||||
// this any good?
|
||||
if ((gamestate == GS_LEVEL || gamestate == GS_TITLESCREEN)
|
||||
&& (wipestyleflags & (WSF_FADEIN|WSF_FADEOUT)) // only if wipestyleflags are actually set
|
||||
&& (wipestyleflags & (WSF_FADEIN|WSF_FADEOUT)) // only if one of those wipestyleflags are actually set
|
||||
&& !(wipestyleflags & WSF_CROSSFADE)) // and if not crossfading
|
||||
wipestyle = WIPESTYLE_LEVEL;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue