fix comment

This commit is contained in:
Glenn Maynard
2006-10-11 02:39:53 +00:00
parent a8eda70454
commit 9cb1409964
+1 -1
View File
@@ -1057,7 +1057,7 @@ void Actor::RunCommands( const LuaReference& cmds )
else
lua_pushnil( L );
// call function with 1 argument and 0 results
// call function with 2 arguments and 0 results
lua_call( L, 2, 0 );
LUA->Release(L);