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

dreammaster dreammaster at scummvm.org
Sun Oct 30 21:25:45 CET 2016


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:
ec76eaec80 TITANIC: Fix PET rendering in Embarkation Lobby


Commit: ec76eaec802835d76400b6753b54314ecd7857ff
    https://github.com/scummvm/scummvm/commit/ec76eaec802835d76400b6753b54314ecd7857ff
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-10-30T16:25:35-04:00

Commit Message:
TITANIC: Fix PET rendering in Embarkation Lobby

Changed paths:
    engines/titanic/pet_control/pet_control.cpp



diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 1876c46..d9f00c2 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -463,7 +463,7 @@ void CPetControl::moveToHiddenRoom(CTreeItem *item) {
 	CRoomItem *room = getHiddenRoom();
 	if (room) {
 		item->detach();
-		room->addUnder(item);
+		item->addUnder(room);
 	}
 }
 





More information about the Scummvm-git-logs mailing list