aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_lift.cpp
AgeCommit message (Collapse)Author
2017-06-22TITANIC: Fixes to destinations when exiting the liftsPaul Gilbert
2017-06-19TITANIC: Fix exiting elevator 3 on floor 28Paul Gilbert
2016-11-11TITANIC: Fix leaving lift at SGT floorPaul Gilbert
2016-08-21TITANIC: Implemented more 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-03-01TITANIC: Lots more miscellaneous classesPaul Gilbert