set dirty bit

This commit is contained in:
Paul Chote
2010-03-21 21:19:05 +13:00
parent cce0c8f228
commit f0d86b39d7

View File

@@ -102,6 +102,7 @@ namespace OpenRA
public void ResetExplored()
{
explored = new bool[map.MapSize, map.MapSize];
dirty = true;
}
Rectangle MakeRect(int2 center, int range)