Skip to content

Commit c520f41

Browse files
committed
Move lua math random seed initialization
Remove loadscreen.script (no differences from original CoP)
1 parent 4bbf48f commit c520f41

File tree

2 files changed

+2
-198
lines changed

2 files changed

+2
-198
lines changed

res/gamedata/scripts/_g.script

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
math.randomseed(os.time())
2+
13
if (jit == nil) then
24
profiler.setup_hook ()
35
end

res/gamedata/scripts/loadscreen.script

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)