mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 01:52:43 +00:00
Seeded smlua's random functions by default
This commit is contained in:
parent
0a41cc70e9
commit
efba660738
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue