Remove obsolete fixme comment
This has been fixed
This commit is contained in:
parent
db6ea02581
commit
53b56744f4
1 changed files with 0 additions and 3 deletions
|
|
@ -98,9 +98,6 @@ drawMap game
|
||||||
(`member` characterVisiblePositions game)
|
(`member` characterVisiblePositions game)
|
||||||
(\pos -> (game ^. debugState . allRevealed)
|
(\pos -> (game ^. debugState . allRevealed)
|
||||||
|| (pos `member` (game ^. revealedPositions)))
|
|| (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)
|
(game ^. entities)
|
||||||
|
|
||||||
bullet :: Char
|
bullet :: Char
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue