int8 enums fixed

This commit is contained in:
withmorten
2020-12-07 01:30:38 +01:00
parent 16ed00aede
commit 912e71be53
6 changed files with 21 additions and 21 deletions

View File

@ -9020,7 +9020,7 @@ cAudioManager::ProcessGarages()
const float SOUND_INTENSITY = 80.0f;
CEntity *entity;
eGarageState state;
uint8 state;
uint32 sampleIndex;
uint8 j;
float distSquared;