Commit before changing links

This commit is contained in:
2021-11-11 22:51:02 +00:00
parent 8c45a02e46
commit d63c2ac943
11 changed files with 40 additions and 33 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ firstWorldLoad theConfig = do
SDL.cursorVisible $= False
theKeyConfig <- loadKeyConfig
pdata <- doPreload >>= applyWorldConfig theConfig
w <- firstWorld
w <- worldFromSeed 0
return $ w & preloadData .~ pdata
& keyConfig .~ theKeyConfig
& config .~ theConfig