From 1783623cb4cca7a6211e94ca3050a5f4c58b63cb Mon Sep 17 00:00:00 2001 From: cohrs Date: Mon, 24 Mar 2003 22:12:32 +0000 Subject: [PATCH] more gnome compilation problems a typo kept gnstatus.c from compiling w/GOLDOBJ defined --- win/gnome/gnstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */