mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 02:26:52 +01:00
Remove not needed entry from config
This commit is contained in:
parent
ab03fbb6c8
commit
bcb5b4f94d
@ -223,8 +223,8 @@ public:
|
|||||||
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
|
int32 m_anAudioEntityIndices[NUM_AUDIOENTITIES];
|
||||||
int32 m_nAudioEntitiesTotal;
|
int32 m_nAudioEntitiesTotal;
|
||||||
#if GTA_VERSION >= GTA3_PC_10
|
#if GTA_VERSION >= GTA3_PC_10
|
||||||
CVector m_avecReflectionsPos[NUM_AUDIO_REFLECTIONS];
|
CVector m_avecReflectionsPos[MAX_REFLECTIONS];
|
||||||
float m_afReflectionsDistances[NUM_AUDIO_REFLECTIONS];
|
float m_afReflectionsDistances[MAX_REFLECTIONS];
|
||||||
#endif
|
#endif
|
||||||
cAudioScriptObjectManager m_sAudioScriptObjectManager;
|
cAudioScriptObjectManager m_sAudioScriptObjectManager;
|
||||||
cPedComments m_sPedComments;
|
cPedComments m_sPedComments;
|
||||||
|
@ -132,7 +132,6 @@ enum Config {
|
|||||||
NUM_SOUNDS_SAMPLES_BANKS = 2,
|
NUM_SOUNDS_SAMPLES_BANKS = 2,
|
||||||
NUM_AUDIOENTITIES = 200,
|
NUM_AUDIOENTITIES = 200,
|
||||||
|
|
||||||
NUM_AUDIO_REFLECTIONS = 5,
|
|
||||||
NUM_SCRIPT_MAX_ENTITIES = 40,
|
NUM_SCRIPT_MAX_ENTITIES = 40,
|
||||||
|
|
||||||
NUM_GARAGE_STORED_CARS = 6,
|
NUM_GARAGE_STORED_CARS = 6,
|
||||||
|
Loading…
Reference in New Issue
Block a user