mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 02:10:34 +00:00
Use bool8 in audio code
This commit is contained in:
parent
596e12b897
commit
786e101acf
26 changed files with 1183 additions and 1183 deletions
|
@ -46,7 +46,7 @@ CExplosion::Initialise()
|
|||
}
|
||||
AudioHandle = DMAudio.CreateEntity(AUDIOTYPE_EXPLOSION, (void*)1);
|
||||
if (AudioHandle >= 0)
|
||||
DMAudio.SetEntityStatus(AudioHandle, true);
|
||||
DMAudio.SetEntityStatus(AudioHandle, TRUE);
|
||||
debug("CExplosion ready\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue