fix koth maps; drop nuclear winter

This commit is contained in:
Chris Forbes
2011-05-01 15:11:04 +12:00
parent 5c7f1aa237
commit 5675f02c84
4 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ namespace OpenRA.Traits
public void Tick(Actor self)
{
// todo: don't tick all the time.
if (previousLocation != self.Location)
{
previousLocation = self.Location;