mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +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;
|
||||
}
|
||||
case 33: // Garrison
|
||||
case 219:
|
||||
{
|
||||
const CGGarrison *garr = dynamic_cast<const CGGarrison *>(obj);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user