mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 10:53:43 +00:00
Remove not needed entry from config
This commit is contained in:
parent
ab03fbb6c8
commit
bcb5b4f94d
2 changed files with 2 additions and 3 deletions
|
@ -223,8 +223,8 @@ public:
|
|||
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
|
||||
int32 m_nAudioEntitiesTotal;
|
||||
#if GTA_VERSION >= GTA3_PC_10
|
||||
CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS];
|
||||
float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS];
|
||||
CVector m_avecReflectionsPos[MAX_REFLECTIONS];
|
||||
float m_afReflectionsDistances[MAX_REFLECTIONS];
|
||||
#endif
|
||||
cAudioScriptObjectManager m_sAudioScriptObjectManager;
|
||||
cPedComments m_sPedComments;
|
||||
|
|
|
@ -132,7 +132,6 @@ enum Config {
|
|||
NUM_SOUNDS_SAMPLES_BANKS = 2,
|
||||
NUM_AUDIOENTITIES = 200,
|
||||
|
||||
NUM_AUDIO_REFLECTIONS = 5,
|
||||
NUM_SCRIPT_MAX_ENTITIES = 40,
|
||||
|
||||
NUM_GARAGE_STORED_CARS = 6,
|
||||
|
|
Loading…
Reference in a new issue