TSAGE: Fix for duty officer speaker in R2R intro sequence

This commit is contained in:
Paul Gilbert 2013-10-26 19:48:27 -04:00
parent 56cd7d4962
commit 56cf25f9d6

View File

@ -3217,7 +3217,7 @@ void SpeakerDutyOfficer180::proc15() {
_object1.animate(ANIM_MODE_2, NULL);
break;
case 1:
_action = NULL;
_action->_action = NULL;
_object1.setup(76, 2, 1);
_object1.animate(ANIM_MODE_5, this);
break;