aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.h
diff options
context:
space:
mode:
authoruruk2013-07-24 13:11:24 +0200
committeruruk2013-07-24 13:11:24 +0200
commitbddc0e5cbf1046aef3d6dfe543954477791d4b3b (patch)
tree1d6a71bd90b3604a22c5a42d2a425212cacf0078 /engines/avalanche/avalot.h
parent3058a02ab9d3c8791768fb7b60556e61d2414f8c (diff)
downloadscummvm-rg350-bddc0e5cbf1046aef3d6dfe543954477791d4b3b.tar.gz
scummvm-rg350-bddc0e5cbf1046aef3d6dfe543954477791d4b3b.tar.bz2
scummvm-rg350-bddc0e5cbf1046aef3d6dfe543954477791d4b3b.zip
AVALANCHE: Move handleMoveKey() from Avalot to Trip.
Diffstat (limited to 'engines/avalanche/avalot.h')
-rw-r--r--engines/avalanche/avalot.h2
1 files changed, 1 insertions, 1 deletions
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().
+