aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/record_phonograph_button.cpp
AgeCommit message (Collapse)Author
2017-09-20TITANIC: DE: Adding sound translationsPaul Gilbert
2017-02-13TITANIC: Some phonograph cleanup, fix record buttonPaul Gilbert
2016-08-27TITANIC: Implemented restaurant related game 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-02-29TITANIC: Implemented lots of CBackground descendent classesPaul Gilbert