Lua: fix K_PlayPowerGloatSound mistype

This commit is contained in:
Steel Titanium 2019-04-06 21:59:58 -04:00
parent a3284df681
commit f8fec8e625

View file

@ -2752,7 +2752,7 @@ static luaL_Reg lib[] = {
// k_kart // k_kart
{"K_PlayAttackTaunt", lib_kAttackSound}, {"K_PlayAttackTaunt", lib_kAttackSound},
{"K_PlayBoostTaunt", lib_kBoostSound}, {"K_PlayBoostTaunt", lib_kBoostSound},
{"K_PlayPowerGloatSund", lib_kGloatSound}, {"K_PlayPowerGloatSound", lib_kGloatSound},
{"K_PlayOvertakeSound", lib_kOvertakeSound}, {"K_PlayOvertakeSound", lib_kOvertakeSound},
{"K_PlayLossSound", lib_kLossSound}, {"K_PlayLossSound", lib_kLossSound},
{"K_PlayHitEmSound", lib_kHitEmSound}, {"K_PlayHitEmSound", lib_kHitEmSound},