1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Merge branch 'feature/creatureWindow' into refactoring/guiClasses

This commit is contained in:
Ivan Savenko
2014-07-14 17:23:24 +03:00
41 changed files with 964 additions and 990 deletions

View File

@@ -329,7 +329,7 @@ void CHeroWindow::commanderWindow()
}
}
else
GH.pushInt(new CCreatureWindow (curHero->commander));
GH.pushInt(new CStackWindow(curHero->commander, false));
}