StyleCop fixes

This commit is contained in:
reaperrr
2015-01-04 04:21:44 +01:00
parent 654f56c5d5
commit cb3ba37462
13 changed files with 165 additions and 165 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenRA.Mods.RA.Scripting
[Desc("Moves from outside the world into the cell grid")]
public void MoveIntoWorld(CPos cell)
{
self.QueueActivity(mobile.MoveIntoWorld(self, cell, mobile.toSubCell));
self.QueueActivity(mobile.MoveIntoWorld(self, cell, mobile.ToSubCell));
}
[ScriptActorPropertyActivity]