[Scummvm-git-logs] scummvm master -> d1751206a3f9c2455126240582a4556962f09e5d

dreammaster dreammaster at scummvm.org
Sat Jan 21 21:38:00 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d1751206a3 TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdator


Commit: d1751206a3f9c2455126240582a4556962f09e5d
    https://github.com/scummvm/scummvm/commit/d1751206a3f9c2455126240582a4556962f09e5d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-21T15:37:53-05:00

Commit Message:
TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdator

Changed paths:
    engines/titanic/core/saveable_object.cpp


diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp
index f718ba7..3f69186 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);





More information about the Scummvm-git-logs mailing list