libnh: export GLYPH_PILETOP_OFF constant
Expose GLYPH_PILETOP_OFF in libnh JS constants so embedding apps can distinguish statue glyphs from piletop glyphs.
This commit is contained in:
@@ -1092,6 +1092,7 @@ void js_constants_init() {
|
||||
SET_CONSTANT("GLYPH", GLYPH_SWALLOW_OFF);
|
||||
SET_CONSTANT("GLYPH", GLYPH_WARNING_OFF);
|
||||
SET_CONSTANT("GLYPH", GLYPH_STATUE_OFF);
|
||||
SET_CONSTANT("GLYPH", GLYPH_PILETOP_OFF);
|
||||
SET_CONSTANT("GLYPH", GLYPH_UNEXPLORED_OFF);
|
||||
SET_CONSTANT("GLYPH", GLYPH_NOTHING_OFF);
|
||||
SET_CONSTANT("GLYPH", MAX_GLYPH);
|
||||
|
||||
Reference in New Issue
Block a user