summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2021-02-02 03:31:29 +0100
committerGitHub <noreply@github.com>2021-02-02 03:31:29 +0100
commit1eb77c4d6d758b8efcc229c0b7056e6974dbb700 (patch)
tree73612989f5979a41d58319429723301efb3710e2 /src/vehicles/Vehicle.h
parentAdd radio off text (diff)
parentOverhaul MusicManager - fix radio bugs, scroll to prev station, radio off text (diff)
downloadre3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.tar
re3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.tar.gz
re3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.tar.bz2
re3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.tar.lz
re3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.tar.xz
re3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.tar.zst
re3-1eb77c4d6d758b8efcc229c0b7056e6974dbb700.zip
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r--src/vehicles/Vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h
index 4a361215..2fb2caf4 100644
--- a/src/vehicles/Vehicle.h
+++ b/src/vehicles/Vehicle.h
@@ -266,7 +266,7 @@ public:
eCarLock m_nDoorLock;
int8 m_nLastWeaponDamage; // see eWeaponType, -1 if no damage
CEntity *m_pLastDamageEntity;
- int8 m_nRadioStation;
+ uint8 m_nRadioStation;
uint8 m_bRainAudioCounter;
uint8 m_bRainSamplesCounter;
uint32 m_nCarHornTimer;