qrandom-fix on my end

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2012-11-16 01:56:48 +01:00
parent e561731baa
commit bb6249f9bd
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static const luaL_Reg lib_qmath[] = {
{"pow", Qmath_Pow}, {"pow", Qmath_Pow},
{"rad", Qmath_Rad}, {"rad", Qmath_Rad},
{"rand", Qmath_Rand}, {"rand", Qmath_Rand},
{"candom", Qmath_Candom}, {"candom", Qmath_Crandom},
{"random", Qmath_Random}, {"random", Qmath_Random},
{"irandom", Qmath_Irandom}, {"irandom", Qmath_Irandom},
{"flrandom", Qmath_FLrandom}, {"flrandom", Qmath_FLrandom},