diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-26 16:27:48 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-26 16:27:48 +0200 |
commit | dcd2a943673926460ab79d4ecc4cdfd006dcc06e (patch) | |
tree | 84fbfc99bce399da71ba0015a85c91e855ad01c7 | |
parent | merge (diff) | |
download | re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.tar re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.tar.gz re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.tar.bz2 re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.tar.lz re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.tar.xz re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.tar.zst re3-dcd2a943673926460ab79d4ecc4cdfd006dcc06e.zip |
-rw-r--r-- | src/control/Script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |