Dfusion crash fix

develop
Warmist 2012-03-27 22:47:23 +03:00
parent 3761426ef5
commit 2afff2b2c8
1 changed files with 2 additions and 1 deletions

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