This commit is contained in:
TehRealSalt 2018-12-16 18:19:53 -05:00
parent 4ba23e1028
commit ec53e12294
1 changed files with 2 additions and 2 deletions

View File

@ -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},