aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_game.cpp')
-rw-r--r--engines/access/amazon/amazon_game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp
index cdc7727244..f4cf83e150 100644
--- a/engines/access/amazon/amazon_game.cpp
+++ b/engines/access/amazon/amazon_game.cpp
@@ -726,7 +726,7 @@ void AmazonEngine::drawHelpText(const Common::String &msg) {
_events->showCursor();
}
-void AmazonEngine::drawHelp() {
+void AmazonEngine::drawHelp(const Common::String str) {
_events->hideCursor();
if (_useItem == 0) {
_buffer2.copyBuffer(_screen);
@@ -760,7 +760,7 @@ void AmazonEngine::drawHelp() {
_screen->fadeIn();
helpTitle();
- drawHelpText("TODO: WHICH BUFFER?");
+ drawHelpText(str);
}
void AmazonEngine::startChapter(int chapter) {