undo testing changes

This commit is contained in:
Paul Chote
2010-10-15 19:38:02 +13:00
parent 01cf5c21a7
commit 5694c113be
3 changed files with 5 additions and 5 deletions

View File

@@ -203,9 +203,9 @@ namespace OpenRA.Mods.Cnc
});
}
}));
//a.QueueActivity(new Wait(25));
//a.QueueActivity(new Move(startPos));
//a.QueueActivity(new RemoveSelf());
a.QueueActivity(new Wait(25));
a.QueueActivity(new Move(startPos));
a.QueueActivity(new RemoveSelf());
});
}
}