diff options
| author | Paul Gilbert | 2017-01-21 15:37:53 -0500 |
|---|---|---|
| committer | Paul Gilbert | 2017-01-21 15:37:53 -0500 |
| commit | d1751206a3f9c2455126240582a4556962f09e5d (patch) | |
| tree | 8402552cc1282fd48037a8de4304d7fdc28e6a7d /engines | |
| parent | 99bc212ccc4b241c490deaa598a0303bdca16a1b (diff) | |
| download | scummvm-rg350-d1751206a3f9c2455126240582a4556962f09e5d.tar.gz scummvm-rg350-d1751206a3f9c2455126240582a4556962f09e5d.tar.bz2 scummvm-rg350-d1751206a3f9c2455126240582a4556962f09e5d.zip | |
TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdator
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/titanic/core/saveable_object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp index f718ba79b3..3f69186139 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -1230,9 +1230,9 @@ void CSaveableObject::initClassList() { ADDFN(CMaitreDBody, CMaitreDProdReceptor); ADDFN(CMaitreDLegs, CMaitreDProdReceptor); ADDFN(CMaitreDProdReceptor, CGameObject); + ADDFN(CParrotLobbyObject, CGameObject); ADDFN(CParrotLobbyController, CParrotLobbyObject); ADDFN(CParrotLobbyLinkUpdater, CParrotLobbyObject); - ADDFN(CParrotLobbyObject, CGameObject); ADDFN(CParrotLobbyViewObject, CParrotLobbyObject); ADDFN(CParrotLoser, CGameObject); ADDFN(CParrotNutBowlActor, CGameObject); |
