mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-14 18:53:05 +00:00
Add mid-fade warp sound per suggestion
This commit is contained in:
parent
a2902ab1ff
commit
deca3cb911
1 changed files with 8 additions and 1 deletions
|
|
@ -8095,7 +8095,14 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
levelfadecol = 0;
|
||||
wipetype = wipe_encore_towhite;
|
||||
}
|
||||
else if (encoremode || (skipstats == 1))
|
||||
else if (skipstats == 1)
|
||||
{
|
||||
if (ranspecialwipe != 2)
|
||||
S_StartSound(NULL, sfx_s3k73);
|
||||
levelfadecol = 0;
|
||||
wipetype = wipe_encore_towhite;
|
||||
}
|
||||
else if (encoremode)
|
||||
{
|
||||
levelfadecol = 0;
|
||||
wipetype = wipe_encore_towhite;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue