eris: initialization and serialization for 'nextid' field

This commit is contained in:
2021-03-08 13:26:23 -05:00
parent f43009a3e2
commit 80b3e84c52
2 changed files with 3 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ static void preinit_state (lua_State *L, global_State *g) {
L->nny = 1;
L->status = LUA_OK;
L->errfunc = 0;
L->nextid = 0;
}