mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 17:00:00 +00:00
Audio: fixing bugs, fixing types, making code more accurate to original
This commit is contained in:
parent
af543350db
commit
55e950fe84
12 changed files with 3048 additions and 2912 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue