diff --git a/sc2/src/sc2code/comm.c b/sc2/src/sc2code/comm.c index 0b4511bff..3d0315b94 100644 --- a/sc2/src/sc2code/comm.c +++ b/sc2/src/sc2code/comm.c @@ -1726,7 +1726,9 @@ DoCommunication (INPUT_STATE InputState, PENCOUNTER_STATE pES) SetSemaphore (GraphicsSem); FeedbackPlayerPhrase (pES->phrase_buf); + CommData.AlienTalkDesc.AnimFlags |= WAIT_TALKING; SpewPhrases (0); + CommData.AlienTalkDesc.AnimFlags |= PAUSE_TALKING; if (!(GLOBAL (CurrentActivity) & CHECK_ABORT)) { RefreshResponses (pES);