aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/movie_event.cpp
AgeCommit message (Collapse)Author
2016-07-15TITANIC: Major implementation of OSMovie and AVISurface 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-07-10TITANIC: Implement CMovieEvent & CMovieRangeInfoPaul Gilbert