Decrease muzzle flare light time

This commit is contained in:
2021-03-20 18:51:03 +01:00
parent 19fc1f2468
commit 4365185f9f
5 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -573,9 +573,9 @@ data Wall
, _blHP :: Int
, _wlIsSeeThrough :: Bool
, _blVisible :: Bool
, _blShadows :: [Int]
, _blDegrades :: [Int]
, _wlCastShadow :: Bool
, _blShadows :: [Int]
}
| MultiBlock
{ _wlLine :: [Point2]