1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +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

@ -608,7 +608,7 @@ void CClickableHex::clickRight(tribool down, bool previousState)
if(!myst->alive()) return;
if(down)
{
GH.pushInt(createCreWindow(myst));
GH.pushInt(new CStackWindow(myst, true));
}
}
}