This commit is contained in:
Sergeanur 2020-06-08 16:22:49 +03:00
parent 8cd87236c9
commit 95e9fe7693
3 changed files with 6 additions and 7 deletions

View file

@ -8662,7 +8662,6 @@ int8 CRunningScript::ProcessCommands900To999(int32 command)
strncpy(str, (char*)&CTheScripts::ScriptSpace[m_nIp], KEY_LENGTH_IN_SCRIPT);
for (int i = 0; i < KEY_LENGTH_IN_SCRIPT; i++)
str[i] = tolower(str[i]);
static bool bShowed = false;
m_nIp += KEY_LENGTH_IN_SCRIPT;
DMAudio.PreloadMissionAudio(ScriptParams[0] - 1, str);
return 0;