Skip to content
Snippets Groups Projects
Commit 85fa0bc1 authored by DarkGod's avatar DarkGod
Browse files

Birth screen will not spin the CPU madly

parent ee1440c7
No related branches found
No related tags found
No related merge requests found
......@@ -1145,8 +1145,9 @@ function _M:tick()
end
if savefile_pipe.saving then self.player.changed = true end
if self.on_tick_end and #self.on_tick_end > 0 then return false end -- Force a new tick
if self.creating_player then return true end
if self.paused and not savefile_pipe.saving then return true end
-- if self.on_tick_end and #self.on_tick_end > 0 then return true end
end
-- Game Log management functions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment