diff --git a/code/game/lua_qmath.c b/code/game/lua_qmath.c index f7e086b..64ccf6e 100644 --- a/code/game/lua_qmath.c +++ b/code/game/lua_qmath.c @@ -283,6 +283,7 @@ static const luaL_Reg lib_qmath[] = { {"pow", Qmath_Pow}, {"rad", Qmath_Rad}, {"rand", Qmath_Rand}, + {"candom", Qmath_Candom}, {"random", Qmath_Random}, {"irandom", Qmath_Irandom}, {"flrandom", Qmath_FLrandom},