don't assert if LuaManager::RunScript is called with stuff on the stack

This commit is contained in:
Glenn Maynard
2005-02-22 03:27:06 +00:00
parent f406e52db3
commit 2350cc9b77
-2
View File
@@ -295,8 +295,6 @@ bool LuaManager::RunScript( const CString &sScript, const CString &sName, CStrin
LuaManager::PopStack( sError );
return false;
}
ASSERT_M( lua_gettop(L) == 1, ssprintf("%i", lua_gettop(L)) );
}
// evaluate