zeroX, tc_gbl_data and fqn_prefix moved to instance globals.
This commit is contained in:
@@ -422,7 +422,7 @@ xchar worm_tail; /* mon is actually a worm tail */
|
||||
/* Make a fake object to send to map_object(). */
|
||||
struct obj obj;
|
||||
|
||||
obj = zeroobj;
|
||||
obj = g.zeroobj;
|
||||
obj.ox = x;
|
||||
obj.oy = y;
|
||||
obj.otyp = mon->mappearance;
|
||||
|
||||
Reference in New Issue
Block a user