mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Only show Ultimate mode warning in unmodified vanilla gameplay.
This commit is contained in:
parent
3e28fa8d84
commit
e7e3f7c797
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue