mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 04:54:09 +00:00
fix mistakes
This commit is contained in:
parent
e3273d7268
commit
4fd93fea51
3 changed files with 12 additions and 11 deletions
|
@ -5932,7 +5932,7 @@ cAudioManager::ProcessGarages()
|
|||
void
|
||||
cAudioManager::ProcessFireHydrant()
|
||||
{
|
||||
static const int SOUND_INTENSITY = 35;
|
||||
const int SOUND_INTENSITY = 35;
|
||||
|
||||
float distSquared;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue