Fix glitch when rewinding after alien has stopped talking (bug #311),

from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@911 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-04-19 12:28:27 +00:00
parent 0148d54df9
commit 242561aa91
+2
View File
@@ -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);