mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
@@ -5092,7 +5092,7 @@ CThievesGuildWindow::CThievesGuildWindow(const CGObjectInstance * _owner)
|
|||||||
|
|
||||||
CDefHandler * strips = CDefHandler::giveDef("PRSTRIPS.DEF");
|
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)
|
for(int g=0; g<tgi.playerColors.size(); ++g)
|
||||||
{
|
{
|
||||||
|
@@ -745,6 +745,8 @@ void CenterView::applyCl(CClient *cl)
|
|||||||
|
|
||||||
void NewObject::applyCl(CClient *cl)
|
void NewObject::applyCl(CClient *cl)
|
||||||
{
|
{
|
||||||
|
cl->updatePaths();
|
||||||
|
|
||||||
const CGObjectInstance *obj = cl->getObj(id);
|
const CGObjectInstance *obj = cl->getObj(id);
|
||||||
//notify interfaces about move
|
//notify interfaces about move
|
||||||
for(std::map<ui8, CGameInterface*>::iterator i=cl->playerint.begin();i!=cl->playerint.end();i++)
|
for(std::map<ui8, CGameInterface*>::iterator i=cl->playerint.begin();i!=cl->playerint.end();i++)
|
||||||
|
2
global.h
2
global.h
@@ -23,7 +23,7 @@ typedef boost::int8_t si8; //signed int 8 bits (1 byte)
|
|||||||
#define THC
|
#define THC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NAME_VER ("VCMI 0.81")
|
#define NAME_VER ("VCMI 0.81b")
|
||||||
extern std::string NAME; //full name
|
extern std::string NAME; //full name
|
||||||
extern std::string NAME_AFFIX; //client / server
|
extern std::string NAME_AFFIX; //client / server
|
||||||
#define CONSOLE_LOGGING_LEVEL 5
|
#define CONSOLE_LOGGING_LEVEL 5
|
||||||
|
Reference in New Issue
Block a user