From ec76eaec802835d76400b6753b54314ecd7857ff Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 30 Oct 2016 16:25:35 -0400 Subject: TITANIC: Fix PET rendering in Embarkation Lobby --- engines/titanic/pet_control/pet_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp index 1876c4664e..d9f00c2974 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); } } -- cgit v1.2.3