aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires2.cpp')
-rw-r--r--engines/adl/hires2.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp
index 5e3da007a9..3543c92ba4 100644
--- a/engines/adl/hires2.cpp
+++ b/engines/adl/hires2.cpp
@@ -243,13 +243,6 @@ void HiRes2Engine::printMessage(uint idx, bool wait) {
printString(_messages[idx - 1]);
}
-void HiRes2Engine::checkInput(byte verb, byte noun) {
- if (doOneCommand(_roomData.commands, verb, noun))
- return;
-
- AdlEngine::checkInput(verb, noun);
-}
-
Engine *HiRes2Engine_create(OSystem *syst, const AdlGameDescription *gd) {
return new HiRes2Engine(syst, gd);
}