[Fix] Avoid possible usage of uninitialized data.

This commit is contained in:
Allanis 2014-03-10 15:01:07 +00:00
parent d71dadfa05
commit 0817a156b9

View File

@ -1028,6 +1028,7 @@ static int ai_face(lua_State* L) {
}
else if(lua_isvector(L, 1))
lv = lua_tovector(L, 1);
else LLUA_INVALID_PARAMETER();
mod = 10;