mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-12-03 18:07:12 +00:00
uses the proper random library
This commit is contained in:
parent
b59bc37911
commit
b97eb73d46
|
|
@ -97,7 +97,7 @@ function C:_seedRngesus()
|
|||
logWarning('Seed is too short, generate a new')
|
||||
seed = tostring(os.time())
|
||||
end
|
||||
math.randomseed(seed)
|
||||
love.math.setRandomSeed(seed)
|
||||
logNotice(('Offering seed "%s" to RNGesus' ):format(seed))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue