Make GOLDOBJ unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:46:23 +02:00
committed by Pasi Kallinen
parent cc7ab4a2da
commit 05f7a63728
58 changed files with 8 additions and 1196 deletions
-4
View File
@@ -1088,11 +1088,7 @@ time_t when;
Sprintf(rip_line[NAME_LINE], "%s", plname);
/* Put $ on stone */
Sprintf(rip_line[GOLD_LINE], "%ld Au",
#ifndef GOLDOBJ
u.ugold);
#else
done_money);
#endif
/* Put together death description */
formatkiller(buf, sizeof buf, how);