aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-21 15:37:53 -0500
committerPaul Gilbert2017-01-21 15:37:53 -0500
commitd1751206a3f9c2455126240582a4556962f09e5d (patch)
tree8402552cc1282fd48037a8de4304d7fdc28e6a7d /engines/titanic/core
parent99bc212ccc4b241c490deaa598a0303bdca16a1b (diff)
downloadscummvm-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/titanic/core')
-rw-r--r--engines/titanic/core/saveable_object.cpp2
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);