Skip to content

Commit

Permalink
Move lua math random seed initialization
Browse files Browse the repository at this point in the history
Remove loadscreen.script (no differences from original CoP)
  • Loading branch information
Xottab-DUTY committed Feb 6, 2018
1 parent 4bbf48f commit c520f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 198 deletions.
2 changes: 2 additions & 0 deletions res/gamedata/scripts/_g.script
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
math.randomseed(os.time())

if (jit == nil) then
profiler.setup_hook ()
end
Expand Down
198 changes: 0 additions & 198 deletions res/gamedata/scripts/loadscreen.script

This file was deleted.

0 comments on commit c520f41

Please sign in to comment.