aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-10 20:44:56 +0100
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commitfe384e0ae09ec3e72d653cd9fd34ab047231e249 (patch)
tree2b508546ce12179f0d1035950eeaec14dbb58e10 /engines/adl/hires2.cpp
parentebb6ceb2945084e73d1511a02d2ad8fe72d568e0 (diff)
downloadscummvm-rg350-fe384e0ae09ec3e72d653cd9fd34ab047231e249.tar.gz
scummvm-rg350-fe384e0ae09ec3e72d653cd9fd34ab047231e249.tar.bz2
scummvm-rg350-fe384e0ae09ec3e72d653cd9fd34ab047231e249.zip
ADL: Make room description hires1-only
Diffstat (limited to 'engines/adl/hires2.cpp')
-rw-r--r--engines/adl/hires2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp
index 1831266aec..44abc22bca 100644
--- a/engines/adl/hires2.cpp
+++ b/engines/adl/hires2.cpp
@@ -73,6 +73,9 @@ void HiRes2Engine::restartGame() {
void HiRes2Engine::drawPic(byte pic, Common::Point pos) const {
}
+void HiRes2Engine::showRoom() const {
+}
+
Engine *HiRes2Engine_create(OSystem *syst, const AdlGameDescription *gd) {
return new HiRes2Engine(syst, gd);
}