mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Small fix so vertical garrisons get right-click information.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user