fix key input on windows

This commit is contained in:
Eduardo Bart
2011-11-03 08:10:39 -02:00
parent b345a6d783
commit 101f608d40
4 changed files with 7 additions and 178 deletions

View File

@@ -91,7 +91,7 @@ end
function CharacterList.destroy()
CharacterList.hide()
if not Game.isOnline then
if not Game.isOnline() then
EnterGame.show()
end
end