Continue tweaking sound
This commit is contained in:
@@ -70,7 +70,7 @@ addSoundToDoor i pld hwd (x:ys) = f x : ys
|
||||
where
|
||||
g dm w
|
||||
| dist wp pld > 2 && dist wp hwd > 2
|
||||
= soundFrom (WallSound i) wp slideDoorS (Just 1) $ dm w
|
||||
= soundContinue (WallSound i) wp slideDoorS (Just 1) $ dm w
|
||||
| otherwise = dm w
|
||||
where
|
||||
wp = fst $ _wlLine (_walls w IM.! i)
|
||||
|
||||
Reference in New Issue
Block a user