aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/debugger.cpp b/engines/lure/debugger.cpp
index 642376a201..032186717d 100644
--- a/engines/lure/debugger.cpp
+++ b/engines/lure/debugger.cpp
@@ -563,7 +563,7 @@ bool Debugger::cmd_saveStrings(int argc, const char **argv) {
}
uint16 id = strToInt(argv[1]);
- strings.getString(id, buffer, NULL, NULL);
+ strings.getString(id, buffer);
debugPrintf("%s\n", buffer);
/* Commented out code for saving all text strings - note that 0x1000 is chosen