mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Foolish typo
This commit is contained in:
parent
05ebf7f30c
commit
bf1b9d2042
1 changed files with 2 additions and 2 deletions
|
|
@ -2584,8 +2584,8 @@ static luaL_Reg lib[] = {
|
||||||
{"R_SetPlayerSkin",lib_rSetPlayerSkin},
|
{"R_SetPlayerSkin",lib_rSetPlayerSkin},
|
||||||
|
|
||||||
// r_data
|
// r_data
|
||||||
{"R_CheckTextureNumForName",lib_rCheckTextureNumForName),
|
{"R_CheckTextureNumForName",lib_rCheckTextureNumForName},
|
||||||
{"R_TextureNumForName",lib_rTextureNumForName),
|
{"R_TextureNumForName",lib_rTextureNumForName},
|
||||||
|
|
||||||
// s_sound
|
// s_sound
|
||||||
{"S_StartSound",lib_sStartSound},
|
{"S_StartSound",lib_sStartSound},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue