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

tss

git-svn-id: http://svn.net-core.org/repos/t-engine4@5988 51575b47-30f0-44d4-a5cc-537603b46e54
parent 262ba18e
No related branches found
No related tags found
No related merge requests found
...@@ -410,7 +410,7 @@ function _M:waitFirstAuth(timeout) ...@@ -410,7 +410,7 @@ function _M:waitFirstAuth(timeout)
timeout = timeout or 40 timeout = timeout or 40
while self.waiting_auth and timeout > 0 do while self.waiting_auth and timeout > 0 do
if not first then if not first then
-- core.display.forceRedraw() core.display.forceRedraw()
core.game.sleep(50) core.game.sleep(50)
end end
local evt = core.profile.popEvent() local evt = core.profile.popEvent()
...@@ -502,7 +502,7 @@ end ...@@ -502,7 +502,7 @@ end
function _M:tryAuth() function _M:tryAuth()
print("[ONLINE PROFILE] auth") print("[ONLINE PROFILE] auth")
-- core.profile.pushOrder(table.serialize{o="Login", l=self.login, p=self.pass}) core.profile.pushOrder(table.serialize{o="Login", l=self.login, p=self.pass})
self.waiting_auth = true self.waiting_auth = true
end end
......
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