aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires4.cpp')
-rw-r--r--engines/adl/hires4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/hires4.cpp b/engines/adl/hires4.cpp
index 3775a2d1eb..9b085e35d4 100644
--- a/engines/adl/hires4.cpp
+++ b/engines/adl/hires4.cpp
@@ -83,7 +83,7 @@ HiRes4Engine_Atari::~HiRes4Engine_Atari() {
}
void HiRes4Engine_Atari::init() {
- _graphics = new Graphics_v2(*_display);
+ _graphics = new GraphicsMan_v2(*_display);
_boot = new DiskImage();
if (!_boot->open(atariDisks[0]))