Refactor creature ai
This commit is contained in:
@@ -56,7 +56,7 @@ menuScreen cfig hw hh mLays = case mLays of
|
||||
mavol = f $ _volume_master cfig
|
||||
snvol = f $ _volume_sound cfig
|
||||
muvol = f $ _volume_music cfig
|
||||
f x = show $ (round $ 10 * x :: Int)
|
||||
f x = show (round $ 10 * x :: Int)
|
||||
showShadRes i = "1/"++ show i
|
||||
|
||||
optionsList
|
||||
|
||||
Reference in New Issue
Block a user