Seeded smlua's random functions by default

This commit is contained in:
MysterD 2023-06-02 22:10:54 -07:00
parent 0a41cc70e9
commit efba660738
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
char gSmluaConstants[] = ""
"math.randomseed(get_time())"
"_CObject = {\n"
" __index = function (t,k)\n"
" return _get_field(t['_lot'], t['_pointer'], k, t)\n"