From 3eddfac7fc2ce6e263d24ce753f8ffadeaf51f17 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Sep 2006 02:48:12 +0000 Subject: [PATCH] nil already pushed --- stepmania/src/ActorUtil.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 6abce6b2c4..c12cd2bb00 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -478,10 +478,7 @@ void ActorUtil::ParseActorCommands( Lua *L, const RString &sCommands ) RString sError; if( !LuaHelpers::RunScript( L, sLuaFunction, "", sError, 1 ) ) - { LOG->Warn( "Compiling \"%s\": %s", sLuaFunction.c_str(), sError.c_str() ); - lua_pushnil( L ); - } /* The function is now on the stack. */ }