LoadInternal doesn't call Init()

This commit is contained in:
Glenn Maynard
2006-01-18 00:09:37 +00:00
parent b1cfe1bb72
commit 9b37d8966c
-2
View File
@@ -496,8 +496,6 @@ public:
CString sLuaFunction = command.m_vsArgs[1];
ASSERT( sLuaFunction.size() );
Init();
m_Def.m_bAllowThemeItems = false; // Lua options are always dynamic and can theme themselves.
Lua *L = LUA->Get();