about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/Xanthous/Game/Draw.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Xanthous/Game/Draw.hs b/src/Xanthous/Game/Draw.hs
index b855ce88e46b..b9bd8fdc039e 100644
--- a/src/Xanthous/Game/Draw.hs
+++ b/src/Xanthous/Game/Draw.hs
@@ -98,9 +98,6 @@ drawMap game
     (`member` characterVisiblePositions game)
     (\pos -> (game ^. debugState . allRevealed)
             || (pos `member` (game ^. revealedPositions)))
-    -- FIXME: this will break down as soon as creatures can walk around on their
-    -- own, since we don't want to render things walking around when the
-    -- character can't see them
     (game ^. entities)
 
 bullet :: Char