organize TODO file

This commit is contained in:
Eduardo Bart
2012-01-06 07:35:48 -02:00
parent 7206f7aad9
commit d25228fc1c
5 changed files with 65 additions and 56 deletions

View File

@@ -47,7 +47,7 @@ local function tryLogin(charInfo, tries)
end
-- save last used character
g_configs.set('lastUsedCharacter', charInfo.characterName)
Settings.set('lastUsedCharacter', charInfo.characterName)
end
-- public functions
@@ -74,7 +74,7 @@ function CharacterList.create(characters, premDays)
label.worldHost = worldHost
label.worldPort = worldIp
if i == 1 or g_configs.get('lastUsedCharacter') == characterName then
if i == 1 or Settings.get('lastUsedCharacter') == characterName then
focusLabel = label
end
end