Merge branch 'fix-piletop-generic-obj-prefix' of https://github.com/ingpaschke/NetHack into pr1549
This commit is contained in:
@@ -1046,6 +1046,8 @@ parse_id(
|
|||||||
findwhat->val = val;
|
findwhat->val = val;
|
||||||
findwhat->loadsyms_offset = 0;
|
findwhat->loadsyms_offset = 0;
|
||||||
return 1;
|
return 1;
|
||||||
|
if (glyph_is_normal_piletop_obj(glyph)
|
||||||
|
|| glyph_is_piletop_generic_obj(glyph))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user