1
0
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:
OnionKnight 2009-09-27 20:14:26 +00:00
parent 07a769601e
commit 03f2137cab

View File

@ -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);