This commit is contained in:
Chris Forbes
2010-11-23 19:15:11 +13:00
committed by Paul Chote
parent f892eb629e
commit 5e6f325df1

View File

@@ -55,6 +55,8 @@ namespace OpenRA
{
if (disabled)
return true;
if (!map.IsInMap(x, y))
return false;
return shroud.visibleCells[x,y] != 0;
}