aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.cpp
diff options
context:
space:
mode:
authorMax Horn2011-03-21 13:07:23 +0100
committerMax Horn2011-03-21 13:16:35 +0100
commitdd88f39bc7078f96fd06170260bf2ff332b4ca82 (patch)
tree70a275709fb034bd9efba96bbd1a5dffcc5d4c8e /engines/hugo/display.cpp
parent458ebbafd25d729da88eced603a88af9a05b79b3 (diff)
downloadscummvm-rg350-dd88f39bc7078f96fd06170260bf2ff332b4ca82.tar.gz
scummvm-rg350-dd88f39bc7078f96fd06170260bf2ff332b4ca82.tar.bz2
scummvm-rg350-dd88f39bc7078f96fd06170260bf2ff332b4ca82.zip
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
Diffstat (limited to 'engines/hugo/display.cpp')
-rw-r--r--engines/hugo/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/display.cpp b/engines/hugo/display.cpp
index aa4d4384c1..333eb59707 100644
--- a/engines/hugo/display.cpp
+++ b/engines/hugo/display.cpp
@@ -479,7 +479,7 @@ void Screen::shadowStr(int16 sx, const int16 sy, const char *s, const byte color
* present in the DOS versions
*/
void Screen::userHelp() const {
- Utils::Box(kBoxAny , "%s",
+ Utils::notifyBox(
"F1 - Press F1 again\n"
" for instructions\n"
"F2 - Sound on/off\n"