From 6f128e9146cf28d219860a0ae9ec1e3d315abb38 Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Fri, 11 May 2018 17:44:18 +0300 Subject: PINK: added missing parameter in ActionPlayWithSfx::toConsole method; --- engines/pink/objects/actions/action_play_with_sfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pink/objects') diff --git a/engines/pink/objects/actions/action_play_with_sfx.cpp b/engines/pink/objects/actions/action_play_with_sfx.cpp index d9215e3eb6..eaea104d89 100644 --- a/engines/pink/objects/actions/action_play_with_sfx.cpp +++ b/engines/pink/objects/actions/action_play_with_sfx.cpp @@ -35,7 +35,7 @@ void ActionPlayWithSfx::deserialize(Pink::Archive &archive) { void ActionPlayWithSfx::toConsole() { debug("\tActionPlayWithSfx: _name = %s, _fileName = %s, z = %u, _startFrame = %u," - " _endFrame = %u, _isLoop = %u", _name.c_str(), _fileName.c_str(), _z, _startFrame, _stopFrame); + " _endFrame = %u, _isLoop = %u", _name.c_str(), _fileName.c_str(), _z, _startFrame, _stopFrame, _isLoop); for (int i = 0; i < _sfxArray.size(); ++i) { _sfxArray[i]->toConsole(); } -- cgit v1.2.3