Only show Ultimate mode warning in unmodified vanilla gameplay.

This commit is contained in:
spherallic 2021-11-26 14:09:10 +01:00
parent 08e63fc822
commit 4480af69c7

View file

@ -8968,7 +8968,7 @@ static void M_HandleLoadSave(INT32 choice)
break;
case KEY_ENTER:
if (ultimate_selectable && saveSlotSelected == NOSAVESLOT)
if (ultimate_selectable && saveSlotSelected == NOSAVESLOT && !savemoddata && !modifiedgame)
{
loadgamescroll = 0;
S_StartSound(NULL, sfx_skid);