From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 30 Jan 2015 05:59:28 +0000 (+0100)
Subject: Add to TODO.
X-Git-Tag: tce~549
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bprefix%7D%7D/conditions?a=commitdiff_plain;h=e5803ff21e0740f80702a313cd7a3a82d0a25347;p=plomrogue

Add to TODO.
---

diff --git a/TODO b/TODO
index 49150b5..02283ba 100644
--- a/TODO
+++ b/TODO
@@ -11,10 +11,14 @@ BOTH SERVER/CLIENT:
 
 - do something about common crashes caused by server/client miscommunication
 
+- think about refactoring occurrences of "free(...); ... = NULL;"
+
 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