Skip to content

Commit

Permalink
Draws the world at the start of execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Sep 19, 2010
1 parent 4fbe98b commit 342d6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions behind.hs
Expand Up @@ -71,6 +71,7 @@ main = do
nl False
world <- initWorld
player <- initPlayer
drawWorld world
gameLoop 0 world player
endWin
putStr "Goodbye!"
Expand Down

0 comments on commit 342d6e1

Please sign in to comment.