Final corrections. Branch should be ready to merge now.

This commit is contained in:
toasterbabe 2017-08-24 21:29:29 +01:00
parent 00c62e6d88
commit 16395f4dd2
1 changed files with 1 additions and 1 deletions

View File

@ -6084,7 +6084,7 @@ static void M_DrawLoadGameData(void)
&& (savegameinfo[savetodraw].lives == 99)
&& (savegameinfo[savetodraw].gamemap & 8192)
&& (savegameinfo[savetodraw].numgameovers == 0)
&& (savegameinfo[savetodraw].numemeralds == (1<<7 - 1)) // perfect save
&& (savegameinfo[savetodraw].numemeralds == ((1<<7) - 1))) // perfect save
{
V_DrawFill(x+6, y+64, 72, 50, 134);
V_DrawFill(x+6, y+74, 72, 30, 201);