mirror of
https://github.com/halpz/re3.git
synced 2025-07-01 14:06:22 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
@ -152,7 +152,7 @@ void CGarages::Init(void)
|
||||
}
|
||||
hGarages = DMAudio.CreateEntity(AUDIOTYPE_GARAGE, (void*)1);
|
||||
if (hGarages >= 0)
|
||||
DMAudio.SetEntityStatus(hGarages, 1);
|
||||
DMAudio.SetEntityStatus(hGarages, true);
|
||||
}
|
||||
|
||||
void CGarages::Shutdown(void)
|
||||
|
Reference in New Issue
Block a user