mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 20:54:09 +00:00
Small type use fixes
# Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/vehicles/Cranes.cpp
This commit is contained in:
parent
0768026938
commit
6a2edcea46
7 changed files with 17 additions and 17 deletions
|
@ -139,7 +139,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