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");
|
||||
|
||||
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)
|
||||
{
|
||||
|
@@ -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++)
|
||||
|
Reference in New Issue
Block a user