diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/PlayerInfo.h | 2 | ||||
-rw-r--r-- | src/core/config.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index decfb24c..5edbc8d0 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -26,7 +26,7 @@ public: int32 m_nVisibleMoney; int32 m_nCollectedPackages; int32 m_nTotalPackages; - int32 field_188; + uint32 m_nLastBumpPlayerCarTimer; int32 m_nSwitchTaxiTime; bool m_bSwitchTaxi; int8 field_197; diff --git a/src/core/config.h b/src/core/config.h index de89f7c3..d119fe09 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -131,3 +131,4 @@ enum Config { #define USE_DEBUG_SCRIPT_LOADER #define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher #define ANIMATE_PED_COL_MODEL +#define CANCELLABLE_CAR_ENTER |