diff options
Diffstat (limited to 'engines/sherlock/saveload.h')
-rw-r--r-- | engines/sherlock/saveload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/saveload.h b/engines/sherlock/saveload.h index 07626a2082..a86d5be035 100644 --- a/engines/sherlock/saveload.h +++ b/engines/sherlock/saveload.h @@ -131,9 +131,9 @@ public: bool checkGameOnScreen(int slot); /** - * Prompts the user to enter a filename in a given slot + * Prompts the user to enter a description in a given slot */ - bool promptForFilename(int slot); + bool promptForDescription(int slot); }; } // End of namespace Sherlock |