From 9cb1409964aa0997e6bfd212378387a714fdf887 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 11 Oct 2006 02:39:53 +0000 Subject: [PATCH] fix comment --- stepmania/src/Actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 17a54e9df2..949c4ecac1 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -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);