1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

- hopefully better town development for AI

- fixed minimap blitting
- fixed crash on attacking town without moat
This commit is contained in:
Ivan Savenko
2012-05-19 16:22:34 +00:00
parent 6f6cd6814e
commit 665837d656
10 changed files with 154 additions and 64 deletions

View File

@@ -84,7 +84,7 @@ SDL_Surface * CPCXConv::getSurface() const
tp.r = pcx[it++];
tp.g = pcx[it++];
tp.b = pcx[it++];
tp.unused = 0;
tp.unused = 255;
ret->format->palette->colors[i] = tp;
}
}