sync changes since last snapshot

This commit is contained in:
cohrs
2002-01-07 02:12:04 +00:00
parent 7218689e70
commit c77073be31
51 changed files with 581 additions and 286 deletions

View File

@@ -111,10 +111,7 @@ int how;
#ifndef GOLDOBJ
Sprintf(buf, "%ld Au", u.ugold);
#else
/* FIXME: this neglects gold in containers (which will be gone by
now if bones have been saved). For the !GOLDOBJ configuration,
any such gold gets added into u.ugold by done(). */
Sprintf(buf, "%ld Au", money_cnt(invent));
Sprintf(buf, "%ld Au", done_money);
#endif
buf[STONE_LINE_LEN] = 0; /* It could be a *lot* of gold :-) */
center(GOLD_LINE, buf);