aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/start_action.cpp
AgeCommit message (Collapse)Author
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-04-07TITANIC: Converting other message stubs to new formatPaul Gilbert
2016-03-28TITANIC: Fleshed out CStartAction classPaul Gilbert
2016-02-26TITANIC: Implemented CStartAction and CHammerDispensorButtonPaul Gilbert