Переглянути джерело

Small fix so vertical garrisons get right-click information.

OnionKnight 16 роки тому
батько
коміт
03f2137cab
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      client/CAdvmapInterface.cpp

+ 1 - 0
client/CAdvmapInterface.cpp

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