mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
RIP smiles
This commit is contained in:
parent
ab0296d1c1
commit
eba0978a00
1 changed files with 1 additions and 1 deletions
|
@ -6165,7 +6165,7 @@ static void M_DrawLoadGameData(void)
|
|||
{
|
||||
V_DrawSmallScaledPatch(x+2, y+64, 0, savselp[5]);
|
||||
}
|
||||
#ifndef PERFECTSAVE // disabled, don't touch
|
||||
#ifdef PERFECTSAVE // disabled on request
|
||||
else if ((savegameinfo[savetodraw].skinnum == 1)
|
||||
&& (savegameinfo[savetodraw].lives == 99)
|
||||
&& (savegameinfo[savetodraw].gamemap & 8192)
|
||||
|
|
Loading…
Reference in a new issue