Skip to content
Snippets Groups Projects
Commit 1de6298c authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4040 51575b47-30f0-44d4-a5cc-537603b46e54
parent b2384b24
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,8 @@ function _M:run()
self:setupMouse()
-- Starting from here we create a new game
if not self.player or self.player.dead then util.showMainMenu() end
if self.player and self.player.dead then util.showMainMenu() return end
if not self.player then self:newGame() end
self:initTargeting()
......
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