rename: ActorCommand -> Command

Make Command smaller and more generic.
Parse arguments on use, not in Command::Load.
This commit is contained in:
Chris Danford
2004-12-03 05:19:46 +00:00
parent abb6a73e4b
commit ed19821e09
67 changed files with 592 additions and 581 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ done:
continue;
spec.erase( spec.begin(), spec.begin()+1 );
m_textContents[c].Command( ParseActorCommands(join(";", spec)) );
m_textContents[c].RunCommands( ParseCommands(join(";", spec)) );
break;
}
}