]> granicus.if.org Git - nethack/commitdiff
more gnome compilation problems
authorcohrs <cohrs>
Mon, 24 Mar 2003 22:12:32 +0000 (22:12 +0000)
committercohrs <cohrs>
Mon, 24 Mar 2003 22:12:32 +0000 (22:12 +0000)
a typo kept gnstatus.c from compiling w/GOLDOBJ defined

win/gnome/gnstatus.c

index bc3e912b0bd75a28a4a2e34d9ab805f22dec4505..1075a5ec911267e07071ff0df26c355354f3df1d 100644 (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 */