Global changes for qt, qt4, amiga, x11 and curses.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user