followup for miscellaneous objects[] macros
The DUMP_ENUMS definition of 'MARKER()' had the expansion of its arguments backwards but isn't even needed, so get rid of it rather than reverse them. nethack --dumpenums handles them separately from object definitions.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#define OBJECT(obj,bits,prp,sym,prob,dly,wt, \
|
||||
cost,sdam,ldam,oc1,oc2,nut,color,sn) \
|
||||
{ sn, #sn }
|
||||
#define MARKER(tag,sn) { tag, #sn },
|
||||
#define MARKER(tag,sn) /*empty*/
|
||||
|
||||
#else
|
||||
#error Unproductive inclusion of objects.h
|
||||
|
||||
Reference in New Issue
Block a user