1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00
Version bumped.
This commit is contained in:
Michał W. Urbańczyk
2010-06-24 12:10:45 +00:00
parent 53d4b51b26
commit e2fd2bbe04
3 changed files with 4 additions and 2 deletions

View File

@@ -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; g<tgi.playerColors.size(); ++g)
{

View File

@@ -745,6 +745,8 @@ void CenterView::applyCl(CClient *cl)
void NewObject::applyCl(CClient *cl)
{
cl->updatePaths();
const CGObjectInstance *obj = cl->getObj(id);
//notify interfaces about move
for(std::map<ui8, CGameInterface*>::iterator i=cl->playerint.begin();i!=cl->playerint.end();i++)

View File

@@ -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