more gnome compilation problems

a typo kept gnstatus.c from compiling w/GOLDOBJ defined
This commit is contained in:
cohrs
2003-03-24 22:12:32 +00:00
parent 7fa28ea693
commit 1783623cb4

View File

@@ -568,7 +568,7 @@ void ghack_status_window_update_stats()
if (lastAu < u.ugold && firstTime==FALSE) {
#else
umoney = money_cnt(invent);
sprintf(buf,"Au:%ld", umouney);
sprintf(buf,"Au:%ld", umoney);
if (lastAu < umoney && firstTime==FALSE) {
#endif
/* Ok, this changed so add it to the highlighing list */