TITANIC: Fix dragging chevrons onto the Succubus

This commit is contained in:
Paul Gilbert 2016-12-20 22:02:43 -05:00
parent 3324b6ade0
commit 8f6f342c3f

View File

@ -59,6 +59,7 @@ bool CPetDragChev::MouseDragEndMsg(CMouseDragEndMsg *msg) {
if (succubus) {
CSetChevRoomBits chevMsg(_destRoomFlags);
chevMsg.execute(succubus);
petMoveToHiddenRoom();
} else {
CPetControl *petControl = getPetControl();
if (!petControl || !petControl->contains(msg->_mousePos)