Add (ugly) support for fractional volumes
This commit is contained in:
@@ -33,6 +33,7 @@ data Sound = Sound
|
||||
, _soundAngDist :: Maybe (Int16,Word8) -- why do BOTH of
|
||||
, _soundPos :: Point2 -- these exist?
|
||||
, _soundVolume :: Float
|
||||
, _soundVolumeFraction :: Float -- this needs cleaning up/combining
|
||||
, _soundChunkID :: SoundID
|
||||
}
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
Reference in New Issue
Block a user