diff options
author | aap <aap@papnet.eu> | 2020-11-29 12:26:34 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-29 21:29:48 +0100 |
commit | d5bc382cb51c5ef5af618377d190e6f34e893314 (patch) | |
tree | f3d376094b50e4cdbfe4b65afef37aab1ccde9a6 /src/control/ScriptCommands.h | |
parent | 566282057abbc8e9d5f331c8125a38b00b39fee0 (diff) |
GTA_VERSION define and some config.h cleanup
Diffstat (limited to 'src/control/ScriptCommands.h')
-rw-r--r-- | src/control/ScriptCommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/ScriptCommands.h b/src/control/ScriptCommands.h index 56908edb..b9067bea 100644 --- a/src/control/ScriptCommands.h +++ b/src/control/ScriptCommands.h @@ -1156,7 +1156,7 @@ enum { COMMAND_IS_CHAR_LYING_DOWN, COMMAND_CAN_CHAR_SEE_DEAD_CHAR, COMMAND_SET_ENTER_CAR_RANGE_MULTIPLIER, -#ifndef GTA3_1_1_PATCH +#if GTA_VERSION < GTA3_PC_11 COMMAND_SET_THREAT_REACTION_RANGE_MULTIPLIER, #endif #ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT |