Move ChildActivity handling into base Activity class.
This commit is contained in:
@@ -222,7 +222,7 @@ namespace OpenRA
|
||||
if (CurrentActivity == null)
|
||||
CurrentActivity = nextActivity;
|
||||
else
|
||||
CurrentActivity.Queue(this, nextActivity);
|
||||
CurrentActivity.Queue(nextActivity);
|
||||
}
|
||||
|
||||
public void CancelActivity()
|
||||
|
||||
Reference in New Issue
Block a user