Only show Ultimate mode warning in unmodified vanilla gameplay.

This commit is contained in:
spherallic 2021-11-26 14:09:10 +01:00
parent 3e28fa8d84
commit e7e3f7c797

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