From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 13 Mar 2016 00:35:28 +0000 (+0100)
Subject: Server: Add important TODO notice.
X-Git-Tag: tce~29
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/booking/static/%7B%7Bprefix%7D%7D/%7B%7Btodo.comment%7D%7D?a=commitdiff_plain;h=4534d055eb6d6acc616478f7626bac1e471a55ed;p=plomrogue

Server: Add important TODO notice.
---

diff --git a/server/world.py b/server/world.py
index c6c835f..d472e1f 100644
--- a/server/world.py
+++ b/server/world.py
@@ -62,6 +62,7 @@ def set_world_inactive():
 
 def turn_over():
     """Run game world and its inhabitants until new player input expected."""
+    # TODO: Add build_fov_map, actor_move trigger not enough on changing maps.
     from server.ai import ai
     from server.config.actions import action_db
     from server.config.misc import calc_effort