mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
TITANIC: Fix dragging chevrons onto the Succubus
This commit is contained in:
parent
3324b6ade0
commit
8f6f342c3f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user