aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.h
diff options
context:
space:
mode:
authoruruk2014-02-12 21:39:29 +0100
committeruruk2014-02-12 21:39:38 +0100
commitcb2b1d5ca1e28a1192e86a89b37006d72cc6b078 (patch)
tree606922eb9b2f9f827e63d4fe50015d14169b7a43 /engines/avalanche/help.h
parent24d2e246b48a0061c4c2f6c37b5bb5d8646d4e99 (diff)
downloadscummvm-rg350-cb2b1d5ca1e28a1192e86a89b37006d72cc6b078.tar.gz
scummvm-rg350-cb2b1d5ca1e28a1192e86a89b37006d72cc6b078.tar.bz2
scummvm-rg350-cb2b1d5ca1e28a1192e86a89b37006d72cc6b078.zip
AVALANCHE: Rename/implement rest of getMe().
Diffstat (limited to 'engines/avalanche/help.h')
-rw-r--r--engines/avalanche/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/help.h b/engines/avalanche/help.h
index f2d02f3e32..626709b6c3 100644
--- a/engines/avalanche/help.h
+++ b/engines/avalanche/help.h
@@ -49,7 +49,7 @@ private:
Button _buttons[10];
byte _highlightWas;
- void getMe(byte which);
+ void switchPage(byte which);
Common::String getLine(Common::File &file); // It was a nested function in getMe().
byte checkMouse(); // Returns clicked-on button, or 0 if none.
void continueHelp();