mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 12:18:05 +00:00
more 1.1 patch
This commit is contained in:
@ -9649,6 +9649,16 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command)
|
||||
CPed::nEnterCarRangeMultiplier = (float)ScriptParams[0];
|
||||
#endif
|
||||
return 0;
|
||||
#endif
|
||||
#ifndef GTA3_1_1_PATCH
|
||||
case COMMAND_SET_THREAT_REACTION_RANGE_MULTIPLIER:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
#ifdef FIX_BUGS
|
||||
CPed::nThreatReactionRangeMultiplier = *(float*)&ScriptParams[0];
|
||||
#else
|
||||
CPed::nThreatReactionRangeMultiplier = (float)ScriptParams[0];
|
||||
#endif
|
||||
return 0;
|
||||
#endif
|
||||
default:
|
||||
assert(0);
|
||||
|
Reference in New Issue
Block a user