diff options
-rw-r--r-- | sword2/speech.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/speech.cpp b/sword2/speech.cpp index 6f7937574c..254878fc7d 100644 --- a/sword2/speech.cpp +++ b/sword2/speech.cpp @@ -597,7 +597,7 @@ int32 Logic::fnSpeechProcess(int32 *params) { ob_speech->wait_state = 1; return IR_REPEAT; case INS_background: - fnBackSprite(pars); // ob_graphic + fnBackSprite(params); // ob_graphic ob_speech->command = 0; ob_speech->wait_state = 1; |