int8 enums fixed

This commit is contained in:
withmorten
2020-12-07 00:56:12 +01:00
parent 4696e3f9c8
commit afdf8c25a0
6 changed files with 21 additions and 21 deletions

View File

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