mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 03:48:07 +00:00
fixes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user