projects
/
nethack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b36eda
)
Work on more UNIX systems.
author
warwick
<warwick>
Wed, 26 Feb 2003 07:25:54 +0000
(07:25 +0000)
committer
warwick
<warwick>
Wed, 26 Feb 2003 07:25:54 +0000
(07:25 +0000)
win/Qt/qt_win.cpp
patch
|
blob
|
history
diff --git
a/win/Qt/qt_win.cpp
b/win/Qt/qt_win.cpp
index 84a5eca00268e23d8abace198ede3345f5e2428c..eae31be1bb49d95fedd67e401df99f759a544877 100644
(file)
--- a/
win/Qt/qt_win.cpp
+++ b/
win/Qt/qt_win.cpp
@@
-69,6
+69,7
@@
extern "C" {
#undef max
#undef alloc
#undef lock
+#undef yn
}
@@
-2535,7
+2536,7
@@
void NetHackQtStatusWindow::updateStats()
name.setLabel(buf,NetHackQtLabelledIcon::NoNum,u.ulevel);
if (describe_level(buf)) {
- dlevel.setLabel(buf,TRUE);
+ dlevel.setLabel(buf,
(bool)
TRUE);
} else {
Sprintf(buf, "%s, level ", dungeons[u.uz.dnum].dname);
dlevel.setLabel(buf,(long)depth(&u.uz));