remove LuaManager::PushNopFunction(). Just compile an empty function;

it'll be tiny, anyway.
This commit is contained in:
Glenn Maynard
2005-02-15 01:49:03 +00:00
parent d9e71d7798
commit 831e7c1825
3 changed files with 0 additions and 20 deletions
-7
View File
@@ -14,13 +14,6 @@ ActorCommands::ActorCommands( const Commands& cmds )
void ActorCommands::Register()
{
if( m_cmds.v.size() == 0 )
{
LUA->PushNopFunction();
this->SetFromStack();
return;
}
//
// Convert cmds to a Lua function
//