aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.h
diff options
context:
space:
mode:
authoruruk2014-02-14 05:01:12 +0100
committeruruk2014-02-14 05:01:12 +0100
commitb46224ef3d529befdea8cdf085813e9a633b3517 (patch)
treed2cf4522d64675e08c82193ced16779dec685293 /engines/avalanche/help.h
parent5dbe676011ec9d24030fd10ff3e213045798df12 (diff)
downloadscummvm-rg350-b46224ef3d529befdea8cdf085813e9a633b3517.tar.gz
scummvm-rg350-b46224ef3d529befdea8cdf085813e9a633b3517.tar.bz2
scummvm-rg350-b46224ef3d529befdea8cdf085813e9a633b3517.zip
AVALANCHE: Get rid of continueHelp(), fix run().
It was unnecessary to paint the whole screen black, we can just draw the first screen of Help immediately instead of that.
Diffstat (limited to 'engines/avalanche/help.h')
-rw-r--r--engines/avalanche/help.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/help.h b/engines/avalanche/help.h
index c63bacdfc6..53fe81b60e 100644
--- a/engines/avalanche/help.h
+++ b/engines/avalanche/help.h
@@ -57,8 +57,6 @@ private:
// These two return true if we have to leave the Help:
bool handleMouse(const Common::Event &event);
bool handleKeyboard(const Common::Event &event);
-
- void continueHelp();
};
} // End of namespace Avalanche