mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 12:24:08 +00:00
fixes
This commit is contained in:
parent
8cd87236c9
commit
95e9fe7693
3 changed files with 6 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue