mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Small fix so vertical garrisons get right-click information.
This commit is contained in:
parent
07a769601e
commit
03f2137cab
@ -629,6 +629,7 @@ void CTerrainRect::clickRight(tribool down, bool previousState)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 33: // Garrison
|
case 33: // Garrison
|
||||||
|
case 219:
|
||||||
{
|
{
|
||||||
const CGGarrison *garr = dynamic_cast<const CGGarrison *>(obj);
|
const CGGarrison *garr = dynamic_cast<const CGGarrison *>(obj);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user