aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/graphics.h')
-rw-r--r--engines/agi/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/graphics.h b/engines/agi/graphics.h
index e06af90f5d..a5f9d47df0 100644
--- a/engines/agi/graphics.h
+++ b/engines/agi/graphics.h
@@ -39,7 +39,7 @@ class AgiEngine;
class GfxMgr {
private:
- AgiEngine *_vm;
+ AgiBase *_vm;
uint8 _palette[256 * 4];
uint8 *_agiScreen;
@@ -54,7 +54,7 @@ private:
void rawDrawButton(int x, int y, const char *s, int fgcolor, int bgcolor, bool border, int textOffset);
public:
- GfxMgr(AgiEngine *vm);
+ GfxMgr(AgiBase *vm);
void gfxPutBlock(int x1, int y1, int x2, int y2);