aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.cpp')
-rw-r--r--engines/mohawk/myst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp
index 1143db721e..1a4af35be1 100644
--- a/engines/mohawk/myst.cpp
+++ b/engines/mohawk/myst.cpp
@@ -714,7 +714,7 @@ void MohawkEngine_Myst::loadHelp(uint16 id) {
uint16 count = helpStream->readUint16LE();
uint16 *u0 = new uint16[count];
- Common::String helpText = Common::String::emptyString;
+ Common::String helpText;
debugC(kDebugHelp, "\tcount: %d", count);