mapglyph level-related function calls are done once per level

This commit is contained in:
nhmall
2019-12-07 22:03:43 -05:00
parent bb72823d7b
commit 2bf55a6ec7
5 changed files with 39 additions and 6 deletions

View File

@@ -1260,6 +1260,9 @@ struct instance_globals {
char lua_ver[LUA_VER_BUFSIZ];
char lua_copyright[LUA_COPYRIGHT_BUFSIZ];
/* per-level glyph mapping flags */
long glyphmap_perlevel_flags;
unsigned long magic; /* validate that structure layout is preserved */
};