mirror of
https://github.com/halpz/re3.git
synced 2025-10-06 18:21:42 +00:00
Small type use fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user