From bb6249f9bd35652282f38de7028a858558764146 Mon Sep 17 00:00:00 2001 From: Harry Young Date: Fri, 16 Nov 2012 01:56:48 +0100 Subject: [PATCH] qrandom-fix on my end Signed-off-by: Harry Young --- code/game/lua_qmath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/lua_qmath.c b/code/game/lua_qmath.c index 64ccf6e..e46d4b3 100644 --- a/code/game/lua_qmath.c +++ b/code/game/lua_qmath.c @@ -283,7 +283,7 @@ static const luaL_Reg lib_qmath[] = { {"pow", Qmath_Pow}, {"rad", Qmath_Rad}, {"rand", Qmath_Rand}, - {"candom", Qmath_Candom}, + {"candom", Qmath_Crandom}, {"random", Qmath_Random}, {"irandom", Qmath_Irandom}, {"flrandom", Qmath_FLrandom},