1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

- rewrote most of classes from adventure map window

-- new files: client/AdventureMapClasses.*
-- implemented all missing details from infobox
- textinput can handle numbers as input
- fixed several bugs caused by CIntObject changes
- fixed #988
This commit is contained in:
Ivan Savenko
2012-06-13 13:04:06 +00:00
parent fff602d4f6
commit 9d2711fb51
37 changed files with 2131 additions and 2062 deletions

View File

@@ -793,12 +793,9 @@ void SetSelection::applyCl(CClient *cl)
void ShowInInfobox::applyCl(CClient *cl)
{
CComponent sc(c);
text.toString(sc.description);
INTERFACE_CALL_IF_PRESENT(player,showComp, sc);
INTERFACE_CALL_IF_PRESENT(player,showComp, c, text.toString());
}
void AdvmapSpellCast::applyCl(CClient *cl)
{
cl->invalidatePaths();