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