mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Foolish
This commit is contained in:
parent
dde29e47c5
commit
672b948b92
1 changed files with 2 additions and 2 deletions
|
|
@ -2185,8 +2185,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…
Add table
Reference in a new issue