aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/strings.cpp')
-rw-r--r--engines/lure/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/strings.cpp b/engines/lure/strings.cpp
index b7f179703b..571efde02d 100644
--- a/engines/lure/strings.cpp
+++ b/engines/lure/strings.cpp
@@ -178,7 +178,7 @@ char StringData::readCharacter() {
error("Unknown bit sequence encountered when decoding string");
- //return 0;
+ return 0; // for compilers that don't support NORETURN
}
void StringData::getString(uint16 stringId, char *dest, const char *hotspotName,