From e2fd2bbe04a80e0cc0aa15ad5a98e02928c698ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Thu, 24 Jun 2010 12:10:45 +0000 Subject: [PATCH] Fixed #446 and #219. Version bumped. --- client/GUIClasses.cpp | 2 +- client/NetPacksClient.cpp | 2 ++ global.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/GUIClasses.cpp b/client/GUIClasses.cpp index 66ee24ce3..decb478fe 100644 --- a/client/GUIClasses.cpp +++ b/client/GUIClasses.cpp @@ -5092,7 +5092,7 @@ CThievesGuildWindow::CThievesGuildWindow(const CGObjectInstance * _owner) CDefHandler * strips = CDefHandler::giveDef("PRSTRIPS.DEF"); - static const std::string colorToBox[] = {"PRRED.BMP", "PRBLUE.BMP", "PRTAN.BMP", "PRGREEN.BMP", "PRORANGE.BMP", "PRPURPLE.BMP", "PRTEAL.BMP", "PRPINK.BMP"}; + static const std::string colorToBox[] = {"PRRED.BMP", "PRBLUE.BMP", "PRTAN.BMP", "PRGREEN.BMP", "PRORANGE.BMP", "PRPURPLE.BMP", "PRTEAL.BMP", "PRROSE.bmp"}; for(int g=0; gupdatePaths(); + const CGObjectInstance *obj = cl->getObj(id); //notify interfaces about move for(std::map::iterator i=cl->playerint.begin();i!=cl->playerint.end();i++) diff --git a/global.h b/global.h index 7f3905a5d..843389ad2 100644 --- a/global.h +++ b/global.h @@ -23,7 +23,7 @@ typedef boost::int8_t si8; //signed int 8 bits (1 byte) #define THC #endif -#define NAME_VER ("VCMI 0.81") +#define NAME_VER ("VCMI 0.81b") extern std::string NAME; //full name extern std::string NAME_AFFIX; //client / server #define CONSOLE_LOGGING_LEVEL 5