mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
Change the little green light symbol on the save to indicate modifiedgame.
This commit is contained in:
parent
49aa6ee339
commit
d1e007ef8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue