aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires2.cpp')
-rw-r--r--engines/adl/hires2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp
index c36e151969..7bdfde580c 100644
--- a/engines/adl/hires2.cpp
+++ b/engines/adl/hires2.cpp
@@ -28,7 +28,7 @@
#include "adl/hires2.h"
#include "adl/display.h"
-#include "adl/picture.h"
+#include "adl/graphics.h"
namespace Adl {
@@ -123,7 +123,7 @@ void HiRes2Engine::restartGame() {
void HiRes2Engine::drawPic(byte pic, Common::Point pos) const {
// Temp hack
- PictureD test(*_display);
+ Graphics test(*_display);
Common::File f;