Cleanup
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ startNewGame w = Just $ w
|
||||
& worldEvents .~ const aNewGame
|
||||
where
|
||||
aNewGame :: World
|
||||
aNewGame = updateFramebufferSize $ generateLevelFromRoomList levx $ initialWorld
|
||||
aNewGame = updateFramebufferSize $ generateLevelFromRoomList (levx 1) $ initialWorld
|
||||
& randGen .~ _randGen w
|
||||
& config .~ _config w
|
||||
& preloadData .~ _preloadData w
|
||||
|
||||
Reference in New Issue
Block a user