Merge branch 'NetHack-3.6'
This commit is contained in:
@@ -411,7 +411,7 @@ struct obj *obj;
|
||||
return xname_flags(obj, CXN_NORMAL);
|
||||
}
|
||||
|
||||
char *
|
||||
STATIC_OVL char *
|
||||
xname_flags(obj, cxn_flags)
|
||||
register struct obj *obj;
|
||||
unsigned cxn_flags; /* bitmask of CXN_xxx values */
|
||||
@@ -2570,7 +2570,7 @@ const char *oldstr;
|
||||
return bp;
|
||||
}
|
||||
|
||||
boolean
|
||||
STATIC_OVL boolean
|
||||
badman(basestr, to_plural)
|
||||
const char *basestr;
|
||||
boolean to_plural; /* true => makeplural, false => makesingular */
|
||||
|
||||
Reference in New Issue
Block a user