From 5450bf66306eca53024076c8ffdd0eeb45db423d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 4 May 2009 12:55:04 +0000 Subject: Fix input been displayed during ending sequence in PN. svn-id: r40300 --- engines/agos/agos.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/agos/agos.h') diff --git a/engines/agos/agos.h b/engines/agos/agos.h index 1f7cb9ba1f..5e27e7e2ac 100644 --- a/engines/agos/agos.h +++ b/engines/agos/agos.h @@ -805,7 +805,7 @@ protected: void changeWindow(uint a); void closeWindow(uint a); void setTextColor(uint color); - void windowPutChar(WindowBlock *window, byte c, byte b = 0); + virtual void windowPutChar(WindowBlock *window, byte c, byte b = 0); void waitWindow(WindowBlock *window); HitArea *findBox(uint hitarea_id); @@ -1383,7 +1383,7 @@ public: bool _inputReady; bool _inputting; uint16 _intputCounter, _inputMax; - uint16 _mousePrintFG; // NOTE: Currently not used + uint16 _mousePrintFG; HitArea *_dragStore; uint8 _hitCalled; @@ -1467,6 +1467,7 @@ public: void drawIconHitBar(); void iconPage(); void printIcon(HitArea *ha, uint8 i, uint8 r); + virtual void windowPutChar(WindowBlock *window, byte c, byte b = 0); bool badload(int8 errorNum); int loadfl(char *name); -- cgit v1.2.3