mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 18:09:22 +00:00
Small type use fixes
This commit is contained in:
parent
f9cbe29c50
commit
de31bdc89f
8 changed files with 18 additions and 18 deletions
|
@ -158,7 +158,7 @@ void CGarages::Init(void)
|
|||
aCarsInSafeHouse3[i].Init();
|
||||
hGarages = DMAudio.CreateEntity(AUDIOTYPE_GARAGE, (void*)1);
|
||||
if (hGarages >= 0)
|
||||
DMAudio.SetEntityStatus(hGarages, 1);
|
||||
DMAudio.SetEntityStatus(hGarages, true);
|
||||
AddOne(
|
||||
CVector(CRUSHER_GARAGE_X1, CRUSHER_GARAGE_Y1, CRUSHER_GARAGE_Z1),
|
||||
CVector(CRUSHER_GARAGE_X2, CRUSHER_GARAGE_Y2, CRUSHER_GARAGE_Z2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue