home · contact · privacy
Server/py: Fix broken memthing handling.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 9548c13d266664be30ee952f8ea4633630ae69ae..02283ba3462cd27066aafb195733a4f9056d71fd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,12 +11,14 @@ BOTH SERVER/CLIENT:
 
 - do something about common crashes caused by server/client miscommunication
 
-SERVER:
+- think about refactoring occurrences of "free(...); ... = NULL;"
 
-- fix hardcoded MAGIC MEAT eating message in thing_actions.c
+SERVER:
 
 - grow amount of possible things from UINT8_MAX to UINT16_MAX
 
+- refactor occurrences of "if(...) { init_empty_map(...); }"
+
 CLIENT:
 
 - re-work unnecessary complex command / keybinding / server message mapping