aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2018-02-03 11:36:35 +0100
committerWalter van Niftrik2018-02-03 23:36:18 +0100
commita0631840f9d39d648813ca2e63fd3b41c898e2ed (patch)
tree2d54e424bcfabca4a0c2a1807f1cb9d55adc1047 /engines/adl/adl.cpp
parent7e0cac25de91ff2d1f14cd852e0a2b8dba64d173 (diff)
downloadscummvm-rg350-a0631840f9d39d648813ca2e63fd3b41c898e2ed.tar.gz
scummvm-rg350-a0631840f9d39d648813ca2e63fd3b41c898e2ed.tar.bz2
scummvm-rg350-a0631840f9d39d648813ca2e63fd3b41c898e2ed.zip
ADL: Remove hardcoded disk image filename from hires1
Diffstat (limited to 'engines/adl/adl.cpp')
-rw-r--r--engines/adl/adl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/adl/adl.cpp b/engines/adl/adl.cpp
index 36549827a5..fba97db98b 100644
--- a/engines/adl/adl.cpp
+++ b/engines/adl/adl.cpp
@@ -74,6 +74,10 @@ AdlEngine::AdlEngine(OSystem *syst, const AdlGameDescription *gd) :
DebugMan.addDebugChannel(kDebugChannelScript, "Script", "Trace script execution");
}
+Common::String AdlEngine::getDiskImageName(byte volume) const {
+ return Adl::getDiskImageName(_gameDescription->desc, volume);
+}
+
bool AdlEngine::pollEvent(Common::Event &event) const {
_console->onFrame();