aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h5
1 files changed, 3 insertions, 2 deletions
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);