Audio: fixing bugs, fixing types, making code more accurate to original

This commit is contained in:
Sergeanur 2021-08-29 09:42:24 +03:00
commit 55e950fe84
12 changed files with 3048 additions and 2912 deletions

View file

@ -186,7 +186,7 @@ public:
uint8 m_bRainSamplesCounter;
uint8 m_nCarHornTimer;
uint8 m_nCarHornPattern; // last horn?
uint8 m_bSirenOrAlarm;
bool m_bSirenOrAlarm;
int8 m_comedyControlState;
CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car
float m_fSteerInput;