mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 03:20:34 +00:00
Small type use fixes
This commit is contained in:
parent
f9cbe29c50
commit
de31bdc89f
8 changed files with 18 additions and 18 deletions
|
@ -114,7 +114,7 @@ void CWeather::Init(void)
|
|||
ForcedWeatherType = WEATHER_RANDOM;
|
||||
SoundHandle = DMAudio.CreateEntity(AUDIOTYPE_WEATHER, (void*)1);
|
||||
if (SoundHandle >= 0)
|
||||
DMAudio.SetEntityStatus(SoundHandle, 1);
|
||||
DMAudio.SetEntityStatus(SoundHandle, true);
|
||||
}
|
||||
|
||||
void CWeather::Update(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue