mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-19 00:52:34 +00:00
qrandom-fix on my end
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
e561731baa
commit
bb6249f9bd
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue