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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/adl/hires4.cpp b/engines/adl/hires4.cpp
index 2aa9763883..df71e2ecef 100644
--- a/engines/adl/hires4.cpp
+++ b/engines/adl/hires4.cpp
@@ -419,7 +419,7 @@ void HiRes4Engine::runIntroLoading(Common::SeekableReadStream &adventure) {
}
void HiRes4Engine::runIntro() {
- Common::ScopedPtr<Files_DOS33> files(new Files_DOS33());
+ Common::ScopedPtr<Files_AppleDOS> files(new Files_AppleDOS());
files->open(getDiskImageName(0));
while (!shouldQuit()) {
@@ -737,7 +737,7 @@ void HiRes4Engine_Atari::adjustDataBlockPtr(byte &track, byte &sector, byte &off
}
Engine *HiRes4Engine_create(OSystem *syst, const AdlGameDescription *gd) {
- switch (gd->desc.platform) {
+ switch (getPlatform(*gd)) {
case Common::kPlatformApple2:
return new HiRes4Engine(syst, gd);
case Common::kPlatformAtari8Bit: