invent, youmonst, hackdir moved to g.
This commit is contained in:
@@ -202,14 +202,14 @@
|
||||
|
||||
#define display_self() \
|
||||
show_glyph(u.ux, u.uy, \
|
||||
maybe_display_usteed((youmonst.m_ap_type == M_AP_NOTHING) \
|
||||
maybe_display_usteed((g.youmonst.m_ap_type == M_AP_NOTHING) \
|
||||
? hero_glyph \
|
||||
: (youmonst.m_ap_type == M_AP_FURNITURE) \
|
||||
? cmap_to_glyph(youmonst.mappearance) \
|
||||
: (youmonst.m_ap_type == M_AP_OBJECT) \
|
||||
? objnum_to_glyph(youmonst.mappearance) \
|
||||
: (g.youmonst.m_ap_type == M_AP_FURNITURE) \
|
||||
? cmap_to_glyph(g.youmonst.mappearance) \
|
||||
: (g.youmonst.m_ap_type == M_AP_OBJECT) \
|
||||
? objnum_to_glyph(g.youmonst.mappearance) \
|
||||
/* else M_AP_MONSTER */ \
|
||||
: monnum_to_glyph(youmonst.mappearance)))
|
||||
: monnum_to_glyph(g.youmonst.mappearance)))
|
||||
|
||||
/*
|
||||
* A glyph is an abstraction that represents a _unique_ monster, object,
|
||||
|
||||
Reference in New Issue
Block a user