mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
Foolish typo
This commit is contained in:
parent
11595a501a
commit
0feb1d557d
1 changed files with 2 additions and 2 deletions
|
@ -2584,8 +2584,8 @@ static luaL_Reg lib[] = {
|
|||
{"R_SetPlayerSkin",lib_rSetPlayerSkin},
|
||||
|
||||
// r_data
|
||||
{"R_CheckTextureNumForName",lib_rCheckTextureNumForName),
|
||||
{"R_TextureNumForName",lib_rTextureNumForName),
|
||||
{"R_CheckTextureNumForName",lib_rCheckTextureNumForName},
|
||||
{"R_TextureNumForName",lib_rTextureNumForName},
|
||||
|
||||
// s_sound
|
||||
{"S_StartSound",lib_sStartSound},
|
||||
|
|
Loading…
Reference in a new issue