aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/mobile.cpp
AgeCommit message (Collapse)Author
2016-07-24TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usagesPaul 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-07-15TITANIC: Set up empty message targets for classes without messagesPaul Gilbert
2016-02-25TITANIC: Implement non-TrueTalk character classesPaul Gilbert