1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

- moved ColorPutter's to separate SDL_Pixels.h file

- added Channels namespace for accessing subpixels in format-independent way
- fixed several big-endian issues
- re-generated buld system
This commit is contained in:
Ivan Savenko
2012-05-17 10:44:48 +00:00
parent 416c08260a
commit 97aeaa9f28
25 changed files with 1121 additions and 960 deletions

View File

@ -4872,7 +4872,7 @@ void CGBonusingObject::onHeroVisit( const CGHeroInstance * h ) const
}
if(visited)
{
if(ID==64 || ID==96 || ID==56 || ID==52 || ID==94)
if(ID==64 || ID==56 || ID==52 || ID==94)
messageID--;
else
messageID++;