mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Final corrections. Branch should be ready to merge now.
This commit is contained in:
parent
00c62e6d88
commit
16395f4dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -6084,7 +6084,7 @@ static void M_DrawLoadGameData(void)
|
||||||
&& (savegameinfo[savetodraw].lives == 99)
|
&& (savegameinfo[savetodraw].lives == 99)
|
||||||
&& (savegameinfo[savetodraw].gamemap & 8192)
|
&& (savegameinfo[savetodraw].gamemap & 8192)
|
||||||
&& (savegameinfo[savetodraw].numgameovers == 0)
|
&& (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+64, 72, 50, 134);
|
||||||
V_DrawFill(x+6, y+74, 72, 30, 201);
|
V_DrawFill(x+6, y+74, 72, 30, 201);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue