aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cheater_geisha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/cheater_geisha.cpp')
-rw-r--r--engines/gob/cheater_geisha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/cheater_geisha.cpp b/engines/gob/cheater_geisha.cpp
index 8c4deec370..ec6fe09d59 100644
--- a/engines/gob/cheater_geisha.cpp
+++ b/engines/gob/cheater_geisha.cpp
@@ -61,7 +61,7 @@ bool Cheater_Geisha::cheat(GUI::Debugger &console) {
uint32 digit5 = READ_VARO_UINT32(0x778);
if (digit1 && digit2 && digit3 && digit4 && digit5)
- console.DebugPrintf("Mastermind solution: %d %d %d %d %d\n",
+ console.debugPrintf("Mastermind solution: %d %d %d %d %d\n",
digit1, digit2, digit3, digit4, digit5);
return true;