From 865bd06845e47897e50b79206cf54439dfef3f04 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Sat, 26 Mar 2016 09:44:40 +0100 Subject: ADL: Move room-local commands into base class --- engines/adl/hires2.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines/adl/hires2.cpp') 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); } -- cgit v1.2.3