mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 11:40:33 +00:00
Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off text
This commit is contained in:
parent
990637bf52
commit
902e539c0d
15 changed files with 393 additions and 264 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue