mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 00:16:22 +00:00
int8 enums fixed
This commit is contained in:
@ -9020,7 +9020,7 @@ cAudioManager::ProcessGarages()
|
||||
const float SOUND_INTENSITY = 80.0f;
|
||||
|
||||
CEntity *entity;
|
||||
eGarageState state;
|
||||
uint8 state;
|
||||
uint32 sampleIndex;
|
||||
uint8 j;
|
||||
float distSquared;
|
||||
|
Reference in New Issue
Block a user