mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 05:39:01 +00:00
fixed COMMAND_ADD_BLIP_FOR_COORD_OLD
This commit is contained in:
parent
9222863ee7
commit
20d1381a0f
1 changed files with 1 additions and 0 deletions
|
@ -3165,6 +3165,7 @@ int8 CRunningScript::ProcessCommandsFrom300To399(int32 command)
|
|||
// Useless call
|
||||
CRadar::GetActualBlipArrayIndex(CollectNextParameterWithoutIncreasingPC(m_nIp));
|
||||
ScriptParams[0] = CRadar::SetCoordBlip(BLIP_COORD, pos, ScriptParams[3], (eBlipDisplay)ScriptParams[4]);
|
||||
StoreParameters(&m_nIp, 1);
|
||||
return 0;
|
||||
}
|
||||
case COMMAND_CHANGE_BLIP_SCALE:
|
||||
|
|
Loading…
Reference in a new issue