From 6b132706d309f0b62bd2af36ad8b956a5db652f7 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Sun, 11 Dec 2016 13:35:15 +0100 Subject: ADL: Load hires5 data --- engines/adl/hires2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/adl/hires2.cpp') diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp index 199f457b4f..9562095ec9 100644 --- a/engines/adl/hires2.cpp +++ b/engines/adl/hires2.cpp @@ -54,12 +54,12 @@ public: private: // AdlEngine - void runIntro() const; + void runIntro(); void init(); void initGameState(); }; -void HiRes2Engine::runIntro() const { +void HiRes2Engine::runIntro() { // This only works for the 16-sector re-release. The original // release is not supported at this time, because we don't have // access to it. -- cgit v1.2.3