1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00
This commit is contained in:
AlexVinS
2017-08-12 14:36:04 +03:00
parent 15138c23de
commit 8c0fab1dcf
19 changed files with 37 additions and 33 deletions

View File

@@ -291,7 +291,7 @@ void Graphics::blueToPlayersAdv(SDL_Surface * sur, PlayerColor player)
}
else
{
logGlobal->error("Wrong player id in blueToPlayersAdv (%s)!", player.getStr(false));
logGlobal->error("Wrong player id in blueToPlayersAdv (%s)!", player.getStr());
return;
}
SDL_SetColors(sur, palette, 224, 32);