aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/world.cpp')
-rw-r--r--engines/wage/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/world.cpp b/engines/wage/world.cpp
index 19af33cbf6..79dc456e6e 100644
--- a/engines/wage/world.cpp
+++ b/engines/wage/world.cpp
@@ -265,7 +265,7 @@ bool World::loadWorld(Common::MacResManager *resMan) {
res = resMan->getResource(MKTAG('M','E','N','U'), 2001);
if (res != NULL) {
Common::StringArray *menu = readMenu(res);
- _aboutMenuItemName = "";
+ _aboutMenuItemName.clear();
Common::String string = menu->operator[](1);
for (int i = 0; i < string.size() && string[i] != ';'; i++) // Read token