1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00
- fixed spinning projectiles for some creatures
This commit is contained in:
Ivan Savenko
2011-08-31 12:11:34 +00:00
parent e5349c58cd
commit 3fc42134b7
5 changed files with 50 additions and 99 deletions

View File

@@ -335,6 +335,9 @@ Graphics::Graphics()
{
bigImgs[i-2] = smi2->ourImages[i].bitmap;
}
//hack for green color on big infernal troglodite image - Mantis #758
SDL_Color green = {0x30, 0x5c, 0x20, SDL_ALPHA_OPAQUE};
bigImgs[71]->format->palette->colors[7] = green;
delete smi2;
}
void Graphics::loadHeroPortraits()