From: cohrs Date: Mon, 24 Mar 2003 22:12:32 +0000 (+0000) Subject: more gnome compilation problems X-Git-Tag: MOVE2GIT~2052 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1783623cb4cca7a6211e94ca3050a5f4c58b63cb;p=nethack more gnome compilation problems a typo kept gnstatus.c from compiling w/GOLDOBJ defined --- diff --git a/win/gnome/gnstatus.c b/win/gnome/gnstatus.c index bc3e912b0..1075a5ec9 100644 --- a/win/gnome/gnstatus.c +++ b/win/gnome/gnstatus.c @@ -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 */