diff options
Diffstat (limited to 'queen/walk.cpp')
-rw-r--r-- | queen/walk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/walk.cpp b/queen/walk.cpp index f918b391d2..1712d46c23 100644 --- a/queen/walk.cpp +++ b/queen/walk.cpp @@ -306,7 +306,7 @@ int16 Walk::moveJoe(int direction, int16 endx, int16 endy, bool inCutaway) { } } else { // path has been blocked, make Joe say so - _vm->logic()->joeSpeak(4); + _vm->logic()->makeJoeSpeak(4); can = -1; } } |