aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/enter_exit_mini_lift.cpp
AgeCommit message (Collapse)Author
2017-08-05TITANIC: Only allow exiting SGT minilifts on the ground floorPaul Gilbert
2016-08-28TITANIC: Implemented SGT game classesPaul Gilbert
2016-08-20TITANIC: 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