From: warwick Date: Mon, 22 Jul 2002 09:10:13 +0000 (+0000) Subject: Some non-enabled perminv code in Qt windowport. (missed in previous patch) X-Git-Tag: MOVE2GIT~2613 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7174e310241c78eed7d7ef9c8268e32a4b2695d6;p=nethack Some non-enabled perminv code in Qt windowport. (missed in previous patch) --- diff --git a/include/qt_win.h b/include/qt_win.h index 6355586a7..6a9b815e3 100644 --- a/include/qt_win.h +++ b/include/qt_win.h @@ -249,6 +249,8 @@ public: virtual void ClipAround(int x,int y); virtual void PrintGlyph(int x,int y,int glyph); virtual void UseRIP(int how); + + int nhid; }; class NetHackQtGlyphs {