]> granicus.if.org Git - nethack/commitdiff
Some non-enabled perminv code in Qt windowport. (missed in previous patch)
authorwarwick <warwick>
Mon, 22 Jul 2002 09:10:13 +0000 (09:10 +0000)
committerwarwick <warwick>
Mon, 22 Jul 2002 09:10:13 +0000 (09:10 +0000)
include/qt_win.h

index 6355586a7f55172ffcd70f00ae61f9437e5fc15b..6a9b815e3b9875ae34e06c415cf2c2ff335c12c4 100644 (file)
@@ -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 {