mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-09 17:43:07 +00:00
Merge branch 'fix-function-typo' into 'next'
Lua: fix K_PlayPowerGloatSound mistype See merge request KartKrew/Kart-Public!122
This commit is contained in:
commit
ac2bce0a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue