Dfusion crash fix

develop
Warmist 2012-03-28 03:47:23 +08:00 committed by Petr Mrázek
parent b76bdad50f
commit 13d7beda4b
1 changed files with 2 additions and 1 deletions

@ -96,7 +96,8 @@ const luaL_Reg lua_vinfo_func[]=
VI_FUNC(setAddress), VI_FUNC(setAddress),
VI_FUNC(getAddress), VI_FUNC(getAddress),
VI_FUNC(setOS), VI_FUNC(setOS),
VI_FUNC(getOS) VI_FUNC(getOS),
{NULL,NULL}
}; };
#undef VI_FUNC #undef VI_FUNC
void lua::RegisterVersionInfo(lua::state &st) void lua::RegisterVersionInfo(lua::state &st)