aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game_state.h')
-rw-r--r--engines/titanic/game_state.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/titanic/game_state.h b/engines/titanic/game_state.h
index 547e8f8221..731e94b792 100644
--- a/engines/titanic/game_state.h
+++ b/engines/titanic/game_state.h
@@ -45,13 +45,12 @@ enum Season {
SEASON_SPRING = 3
};
-PTR_LIST_ITEM(CMovie);
-class CGameStateMovieList : public List<CMovieListItem> {
+class CGameStateMovieList : public Common::List<CMovie *> {
public:
CViewItem *_destView;
CMovieClip *_movieClip;
public:
- CGameStateMovieList() : List<CMovieListItem>(), _destView(nullptr), _movieClip(nullptr) {}
+ CGameStateMovieList() : Common::List<CMovie *>(), _destView(nullptr), _movieClip(nullptr) {}
/**
* Returns true if there are no movies in the list