1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

* support for Rampart town view

This commit is contained in:
Michał W. Urbańczyk
2008-01-28 20:58:19 +00:00
parent e6de19e17d
commit 3953eac82d
7 changed files with 146 additions and 3 deletions

View File

@ -31,6 +31,17 @@ public:
void CGarrisonSlot::hover (bool on)
{
if(on)
{
if(creature)
{
LOCPLINT->statusbar->print(creature->nameSing);
}
}
else
{
LOCPLINT->statusbar->clear();
}
}
void CGarrisonSlot::clickRight (tribool down)
{