mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Fix #1146
This commit is contained in:
parent
d47a95e9ba
commit
2eebd4df29
1 changed files with 1 additions and 1 deletions
|
@ -8610,7 +8610,7 @@ static void M_DrawLoadGameData(void)
|
|||
if (savegameinfo[savetodraw].lives == -42)
|
||||
col = 26;
|
||||
else if (savegameinfo[savetodraw].botskin == 3) // & knuckles
|
||||
col = 105;
|
||||
col = 106;
|
||||
else if (savegameinfo[savetodraw].botskin) // tailsbot or custom
|
||||
col = 134;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue