aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.h
diff options
context:
space:
mode:
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();