Minor TODO tweaks

This commit is contained in:
Kayne Ruse
2015-02-27 03:36:47 +11:00
parent c45bda645b
commit 3e6a05307e
7 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ function mapSaver.Save(r)
io.write("map_saver:Save(", Region.GetX(r), ", ", Region.GetY(r), ")\n")
end
--TODO: (9) create a flexible saving & loading system
--TODO: (3) create a flexible saving & loading system
return mapSaver
+2 -2
View File
@@ -1,8 +1,8 @@
--TODO: (9) An archive table of all dead characters
--TODO: (3) An archive table of all dead characters
CREATE TABLE IF NOT EXISTS Accounts (
uid INTEGER PRIMARY KEY AUTOINCREMENT,
username varchar(100) UNIQUE, --TODO: (9) Swap username for email address
username varchar(100) UNIQUE, --TODO: (3) Swap username for email address
--server-client security
-- passhash varchar(100),