diff --git a/src/glyphs.c b/src/glyphs.c index fb2c18404..5c49d89a4 100644 --- a/src/glyphs.c +++ b/src/glyphs.c @@ -1046,6 +1046,8 @@ parse_id( findwhat->val = val; findwhat->loadsyms_offset = 0; return 1; + if (glyph_is_normal_piletop_obj(glyph) + || glyph_is_piletop_generic_obj(glyph)) } } return 0;