From dcd2a943673926460ab79d4ecc4cdfd006dcc06e Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 26 Oct 2019 17:27:48 +0300 Subject: [PATCH] fix pager build --- src/control/Script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 45fef232..6d805510 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -4384,7 +4384,7 @@ int8 CRunningScript::ProcessCommandsFrom500To599(int32 command) { wchar* text = CTheScripts::GetTextByKeyFromScript(&m_nIp); CollectParameters(&m_nIp, 4); - CUserDisplay::Pager.AddMessageWithNumber(text, ScriptParams[0], -1, -1, -1, -1, + CUserDisplay::Pager.AddMessageWithNumber(text, ScriptParams[0], -1, -1, -1, -1, -1, ScriptParams[1], ScriptParams[2], ScriptParams[3]); return 0; }