This commit is contained in:
spherallic 2024-06-24 23:51:47 +02:00
parent d47a95e9ba
commit 2eebd4df29

View file

@ -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