Some non-enabled perminv code in Qt windowport. (missed in previous patch)

This commit is contained in:
warwick
2002-07-22 09:10:13 +00:00
parent 16b7d4a099
commit 7174e31024
+2
View File
@@ -249,6 +249,8 @@ public:
virtual void ClipAround(int x,int y); virtual void ClipAround(int x,int y);
virtual void PrintGlyph(int x,int y,int glyph); virtual void PrintGlyph(int x,int y,int glyph);
virtual void UseRIP(int how); virtual void UseRIP(int how);
int nhid;
}; };
class NetHackQtGlyphs { class NetHackQtGlyphs {