aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2016-12-11 13:35:15 +0100
committerWalter van Niftrik2016-12-11 13:36:22 +0100
commit6b132706d309f0b62bd2af36ad8b956a5db652f7 (patch)
tree267bf2576b95e7a3546ef0cb03399cb5f84ac8fa /engines/adl/hires2.cpp
parentc4bf56960d24cc9d1403eda00568056c09fcf2d0 (diff)
downloadscummvm-rg350-6b132706d309f0b62bd2af36ad8b956a5db652f7.tar.gz
scummvm-rg350-6b132706d309f0b62bd2af36ad8b956a5db652f7.tar.bz2
scummvm-rg350-6b132706d309f0b62bd2af36ad8b956a5db652f7.zip
ADL: Load hires5 data
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 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.