aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires6.cpp')
-rw-r--r--engines/adl/hires6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/adl/hires6.cpp b/engines/adl/hires6.cpp
index 2cf37d4c37..c07493f5bd 100644
--- a/engines/adl/hires6.cpp
+++ b/engines/adl/hires6.cpp
@@ -68,7 +68,7 @@ public:
private:
// AdlEngine
- void runIntro() const;
+ void runIntro();
void init();
void initGameState();
void printRoomDescription();
@@ -120,7 +120,7 @@ static Common::MemoryReadStream *loadSectors(DiskImage *disk, byte track, byte s
return new Common::MemoryReadStream(buf, bufSize, DisposeAfterUse::YES);
}
-void HiRes6Engine::runIntro() const {
+void HiRes6Engine::runIntro() {
DiskImage *boot(new DiskImage());
if (!boot->open(disks[0]))