diff options
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index fa2f988c..940081b8 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -284,7 +284,7 @@ public: uint8 m_vehLCS_2A4; // some timer uint32 m_nCarHornTimer; uint8 m_nCarHornPattern; - uint8 m_bSirenOrAlarm; + bool m_bSirenOrAlarm; uint8 m_nCarHornDelay; int8 m_comedyControlState; int32 m_vehLCS_2B0; |