aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires0.cpp')
-rw-r--r--engines/adl/hires0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/hires0.cpp b/engines/adl/hires0.cpp
index 9a0af05d20..0165170699 100644
--- a/engines/adl/hires0.cpp
+++ b/engines/adl/hires0.cpp
@@ -56,7 +56,7 @@ private:
};
void HiRes0Engine::init() {
- _graphics = new Graphics_v2(*_display);
+ _graphics = new GraphicsMan_v2(*_display);
_disk = new DiskImage();
if (!_disk->open(IDS_HR0_DISK_IMAGE))