Add modifiedgame warning to save select menu.

This commit is contained in:
sphere 2021-05-08 18:13:35 +02:00 committed by spherallic
parent 00c50aea78
commit a48c8826a1

View file

@ -8652,6 +8652,12 @@ static void M_DrawLoad(void)
loadgameoffset = 0;
M_DrawLoadGameData();
if (modifiedgame && !savemoddata)
{
V_DrawCenteredThinString(BASEVIDWIDTH/2, 184, 0, "\x85WARNING: \x80The game is modified.");
V_DrawCenteredThinString(BASEVIDWIDTH/2, 192, 0, "Progress will not be saved.");
}
}
//