From bddc0e5cbf1046aef3d6dfe543954477791d4b3b Mon Sep 17 00:00:00 2001 From: uruk Date: Wed, 24 Jul 2013 13:11:24 +0200 Subject: AVALANCHE: Move handleMoveKey() from Avalot to Trip. --- engines/avalanche/avalot.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'engines/avalanche/avalot.cpp') diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 0dcfd8420d..7b315b3c07 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -164,16 +164,12 @@ void Avalot::handleKeyDown(const Common::Event &event) { case Common::KEYCODE_PAGEDOWN: case Common::KEYCODE_HOME: case Common::KEYCODE_END: - handleMoveKey(event); // Fallthroughs are intended. + _vm->_trip.handleMoveKey(event); // Fallthroughs are intended. break; } } -void Avalot::handleMoveKey(const Common::Event &event) { - warning("STUB: Avalot::handleMoveKey()"); -} - void Avalot::run(Common::String arg) { -- cgit v1.2.3