TITANIC: Fix parrot eating nuts in 2nd class suite

This commit is contained in:
Paul Gilbert 2016-12-26 23:04:29 -05:00
parent 96c36d5398
commit a5f01bbfb8
2 changed files with 3 additions and 1 deletions

View File

@ -171,8 +171,9 @@ bool CCarryParrot::PassOnDragStartMsg(CPassOnDragStartMsg *msg) {
_fieldE0 = 0;
playSound("z#475.wav");
moveUnder(findRoom());
msg->_value4 = 1;
CParrot::_v4 = 2;
msg->_value4 = 1;
return true;
}

View File

@ -66,6 +66,7 @@ bool CParrotNutEater::ReplaceBowlAndNutsMsg(CReplaceBowlAndNutsMsg *msg) {
bool CParrotNutEater::NutPuzzleMsg(CNutPuzzleMsg *msg) {
if (msg->_value == "Jiggle") {
setVisible(true);
playMovie(MOVIE_NOTIFY_OBJECT | MOVIE_GAMESTATE);
movieEvent(68);
movieEvent(132);