home · contact · privacy
Add to TODO.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 7 Jul 2014 04:08:08 +0000 (06:08 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 7 Jul 2014 04:08:08 +0000 (06:08 +0200)
TODO
src/server/field_of_view.h

diff --git a/TODO b/TODO
index 3b6088702927f9015c2dc43dceb4b0aa6f83c4e9..76c8a4706fda6b8c8186bfb977eb1fe47452238b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -28,3 +28,5 @@ CLIENT:
 - enable toggling of window borders
 
 - make log scrollable
+
+- do something about a growing log slowing down the client
index 93ea9824a1ec9f54636257d60529ab728e5a4530..85a414f8e84e8a2835484be5ce5b8c815e77cfc8 100644 (file)
@@ -19,8 +19,6 @@ enum fov_cell_states {
     VISIBLE = 0x01
 };
 
-
-
 /* Return field of view map of the world as seen from the position of "eye". */
 extern uint8_t * build_fov_map(struct Thing * eye);