From 8593fff48b78df7067f90ed57596855e32b91f54 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 29 Aug 2021 19:36:44 +0300 Subject: fix PS2 script --- src/control/Script6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/Script6.cpp') diff --git a/src/control/Script6.cpp b/src/control/Script6.cpp index 0a2248f8..c576e3c2 100644 --- a/src/control/Script6.cpp +++ b/src/control/Script6.cpp @@ -1338,7 +1338,6 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command) CPed::nEnterCarRangeMultiplier = (float)ScriptParams[0]; #endif return 0; -#endif #if GTA_VERSION < GTA3_PC_11 case COMMAND_SET_THREAT_REACTION_RANGE_MULTIPLIER: CollectParameters(&m_nIp, 1); @@ -1348,6 +1347,7 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command) CPed::nThreatReactionRangeMultiplier = (float)ScriptParams[0]; #endif return 0; +#endif #endif default: script_assert(0); -- cgit v1.2.3