Add mid-fade warp sound per suggestion

This commit is contained in:
toaster 2023-06-03 20:40:01 +01:00
parent a2902ab1ff
commit deca3cb911

View file

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