add reset exploration developer cheat

This commit is contained in:
Matthias Mailänder
2013-03-07 20:32:00 +01:00
parent 3f56e00173
commit 58c3b52a1a
4 changed files with 26 additions and 10 deletions

View File

@@ -260,7 +260,7 @@ namespace OpenRA.Traits
Dirty();
}
public void ResetExploration() // for `hide map` crate
public void ResetExploration()
{
for (var j = 0; j <= exploredCells.GetUpperBound(1); j++)
for (var i = 0; i <= exploredCells.GetUpperBound(0); i++)