add 2nd parameter to ActorCommands

This commit is contained in:
Chris Danford
2005-03-01 21:56:28 +00:00
parent 1fd957fe9c
commit 2cc06cdc27
3 changed files with 38 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ ActorCommands::ActorCommands( const CString &sCommands )
//
ostringstream s;
s << "return function(self)\n";
s << "return function(self,parent)\n";
FOREACH_CONST( Command, cmds.v, c )
{