From ab2d33f0dc9377e1e705c857a1ebac108b186e57 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 29 May 2014 16:44:38 +0200 Subject: [PATCH] LURE: Remove useless parameters in function call --- engines/lure/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/lure/debugger.cpp b/engines/lure/debugger.cpp index 642376a201c0..032186717ddb 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