From 0feb1d557d9f3acf658a952eb2714b649e4bde73 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Thu, 8 Nov 2018 16:04:26 -0500 Subject: [PATCH] Foolish typo --- src/lua_baselib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lua_baselib.c b/src/lua_baselib.c index 957ecbbc..333ce015 100644 --- a/src/lua_baselib.c +++ b/src/lua_baselib.c @@ -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},