aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/auto_sound_player_adsr.cpp
AgeCommit message (Collapse)Author
2016-09-03TITANIC: Identified sound balance usage in the enginePaul Gilbert
2016-08-08TITANIC: Implemented CAutoSoundPlayerADSR & CBackgroundSoundMakerPaul Gilbert
2016-07-15TITANIC: Removed const modifier from all saveable objectsPaul Gilbert
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy
2016-03-02TITANIC: Added more miscellaneous classesPaul Gilbert