Fixed overwriting the same copy/pasted line twice instead of once per new native.
This commit is contained in:
parent
d25ab6349c
commit
e1d4ed0e34
@ -1263,7 +1263,7 @@ sp_nativeinfo_t g_SoundNatives[] =
|
|||||||
{"RemoveAmbientSoundHook", smn_RemoveAmbientSoundHook},
|
{"RemoveAmbientSoundHook", smn_RemoveAmbientSoundHook},
|
||||||
{"RemoveNormalSoundHook", smn_RemoveNormalSoundHook},
|
{"RemoveNormalSoundHook", smn_RemoveNormalSoundHook},
|
||||||
{"GetDistGainFromSoundLevel", smn_GetDistGainFromSoundLevel},
|
{"GetDistGainFromSoundLevel", smn_GetDistGainFromSoundLevel},
|
||||||
{"GetDistGainFromSoundLevel", smn_GetDistGainFromSoundLevel},
|
|
||||||
{"GetGameSoundParams", smn_GetGameSoundParams},
|
{"GetGameSoundParams", smn_GetGameSoundParams},
|
||||||
|
{"PrecacheScriptSound", smn_PrecacheScriptSound},
|
||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user