1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-27 00:41:08 +02:00

Added icon to the MSVC project, minor fixes, version bumped to 0.74.

This commit is contained in:
Michał W. Urbańczyk
2009-10-01 20:00:21 +00:00
parent 96add1cd62
commit 3d4db35df0
9 changed files with 108 additions and 7 deletions

View File

@ -668,7 +668,7 @@ int CSDL_Ext::blit8bppAlphaTo24bpp(const SDL_Surface * src, const SDL_Rect * src
}
else
{
srcx = srcy = 0;
srcx = srcy = 0;
w = src->w;
h = src->h;
}