aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/music_system_lock.cpp
AgeCommit message (Collapse)Author
2017-01-12TITANIC: Fixes for unlocking music systemPaul Gilbert
2016-08-25TITANIC: Implemented more game classes and music widget classesPaul 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: Implemented more saveable classesPaul Gilbert
2016-02-29TITANIC: Added a bunch of classes, loading method fixesPaul Gilbert