Reimplement continuous sounds (package dependencies should be reworked)
This commit is contained in:
+2
-1
@@ -245,7 +245,8 @@ data MenuState
|
||||
|
||||
data Sound = Sound { _soundTime :: Int
|
||||
, _soundFadeTime :: Int
|
||||
, _soundChannel :: Maybe Int
|
||||
--, _soundChannel :: Maybe Int
|
||||
, _soundChannel :: Maybe Mix.Channel
|
||||
, _soundPos :: Maybe Point2
|
||||
, _soundType :: Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user