mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use to-white fade when entering a map via skipstats
This commit is contained in:
parent
f8dd63609a
commit
a2902ab1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -8095,7 +8095,7 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
levelfadecol = 0;
|
||||
wipetype = wipe_encore_towhite;
|
||||
}
|
||||
else if (encoremode)
|
||||
else if (encoremode || (skipstats == 1))
|
||||
{
|
||||
levelfadecol = 0;
|
||||
wipetype = wipe_encore_towhite;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue