Global changes for qt, qt4, amiga, x11 and curses.

This commit is contained in:
Bart House
2018-12-24 21:28:44 -08:00
parent 8c1a4d9a97
commit 9069615861
13 changed files with 32 additions and 30 deletions

View File

@@ -445,7 +445,7 @@ void NetHackQtStatusWindow::updateStats()
dlevel.setLabel(buf,(long)::depth(&u.uz));
}
gold.setLabel("Au:", money_cnt(invent));
gold.setLabel("Au:", money_cnt(g.invent));
if (u.mtimedone) {
// You're a monster!
@@ -483,7 +483,7 @@ void NetHackQtStatusWindow::updateStats()
}
align.setLabel(text);
if (::flags.time) time.setLabel("Time:",(long)moves);
if (::flags.time) time.setLabel("Time:",(long)g.moves);
else time.setLabel("");
#ifdef SCORE_ON_BOTL
if (::flags.showscore) {