From d1751206a3f9c2455126240582a4556962f09e5d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 21 Jan 2017 15:37:53 -0500 Subject: TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdator --- engines/titanic/core/saveable_object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/core') 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); -- cgit v1.2.3