Make GOLDOBJ unconditional.
This commit is contained in:
@@ -233,11 +233,7 @@ void FormatStatusString(char* text, int format)
|
||||
(void) describe_level(nb=eos(nb));
|
||||
Sprintf(nb = eos(nb),
|
||||
"%c:%-2ld HP:%d(%d) Pw:%d(%d) AC:%-2d", showsyms[COIN_CLASS + SYM_OFF_O],
|
||||
#ifndef GOLDOBJ
|
||||
u.ugold,
|
||||
#else
|
||||
money_cnt(invent),
|
||||
#endif
|
||||
hp, hpmax, u.uen, u.uenmax, u.uac);
|
||||
|
||||
if (Upolyd)
|
||||
|
||||
Reference in New Issue
Block a user