Change the little green light symbol on the save to indicate modifiedgame.

This commit is contained in:
toasterbabe 2017-10-24 00:06:13 +01:00
parent 49aa6ee339
commit d1e007ef8d
1 changed files with 1 additions and 1 deletions

View File

@ -5045,7 +5045,7 @@ static void M_DrawAddons(void)
x = BASEVIDWIDTH - x - 16;
V_DrawSmallScaledPatch(x, y + 4, (CANSAVE ? 0 : V_TRANSLUCENT), addonsp[NUM_EXT+5]);
if CANSAVE
if (modifiedgame)
V_DrawSmallScaledPatch(x, y + 4, 0, addonsp[NUM_EXT+3]);
#undef CANSAVE
}