1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Version for development release 0.73c

* version set to 0.73c, bumped save format version, updated changelog
* new stack queue for higher resolutions (needs new graphics!)
* improved stack ordering during battle
* many minor fixes
* temporarily disabled AI
This commit is contained in:
Michał W. Urbańczyk
2009-09-20 12:47:40 +00:00
parent 14ee503056
commit ee3c318ed9
24 changed files with 539 additions and 194 deletions

View File

@@ -527,10 +527,11 @@ void Graphics::blueToPlayersAdv(SDL_Surface * sur, int player)
return;
}
for(int i=0; i<32; ++i)
{
sur->format->palette->colors[224+i] = palette[i];
}
SDL_SetColors(sur, palette, 224, 32);
//for(int i=0; i<32; ++i)
//{
// sur->format->palette->colors[224+i] = palette[i];
//}
}
else if(sur->format->BitsPerPixel == 24) //should never happen in general
{