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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/avalanche/avalot.h') diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 502358ede2..24ee4fe03e 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -46,7 +46,7 @@ public: void handleKeyDown(const Common::Event &event); - void handleMoveKey(const Common::Event &event); // To replace Trip::tripkey(). + -- cgit v1.2.3