diff options
Diffstat (limited to '')
-rw-r--r-- | src/peds/PlayerPed.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h index 3c58f7f5..aec993a5 100644 --- a/src/peds/PlayerPed.h +++ b/src/peds/PlayerPed.h @@ -46,6 +46,9 @@ public: unsigned int m_nLastBusFareCollected; static bool bDontAllowWeaponChange; +#ifndef MASTER + static bool bDebugPlayerInfo; +#endif CPlayerPed(); ~CPlayerPed(); |