more gnome compilation problems
a typo kept gnstatus.c from compiling w/GOLDOBJ defined
This commit is contained in:
@@ -568,7 +568,7 @@ void ghack_status_window_update_stats()
|
|||||||
if (lastAu < u.ugold && firstTime==FALSE) {
|
if (lastAu < u.ugold && firstTime==FALSE) {
|
||||||
#else
|
#else
|
||||||
umoney = money_cnt(invent);
|
umoney = money_cnt(invent);
|
||||||
sprintf(buf,"Au:%ld", umouney);
|
sprintf(buf,"Au:%ld", umoney);
|
||||||
if (lastAu < umoney && firstTime==FALSE) {
|
if (lastAu < umoney && firstTime==FALSE) {
|
||||||
#endif
|
#endif
|
||||||
/* Ok, this changed so add it to the highlighing list */
|
/* Ok, this changed so add it to the highlighing list */
|
||||||
|
|||||||
Reference in New Issue
Block a user