home · contact · privacy
Added TODO.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 46a647e034457cc57da982c4dc5c1de5f13cd7fe..b1148e100fc64f96719ee2230e8c4c737ac34af4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,8 +9,6 @@ BOTH SERVER/CLIENT:
 
 - be more strict and humble when allocating memory from the stack
 
-- maps are always as wide as high, so only use one of the two values
-
 SERVER:
 
 - optimize too-slow AI / FOV algorithms
@@ -20,6 +18,8 @@ SERVER:
 - for game continuation, replace re-playing of whole record files with loading
   game state snapshots / save files
 
+- rename MapObject to Thing, MapObjectDef to ThingType etc.
+
 CLIENT:
 
 - enable toggling of window borders