Fixed overwriting the same copy/pasted line twice instead of once per new native.

This commit is contained in:
Ross Bemrose 2014-07-03 13:19:19 -04:00
parent d25ab6349c
commit e1d4ed0e34

View File

@ -1263,7 +1263,7 @@ sp_nativeinfo_t g_SoundNatives[] =
{"RemoveAmbientSoundHook", smn_RemoveAmbientSoundHook},
{"RemoveNormalSoundHook", smn_RemoveNormalSoundHook},
{"GetDistGainFromSoundLevel", smn_GetDistGainFromSoundLevel},
{"GetDistGainFromSoundLevel", smn_GetDistGainFromSoundLevel},
{"GetGameSoundParams", smn_GetGameSoundParams},
{"PrecacheScriptSound", smn_PrecacheScriptSound},
{NULL, NULL},
};