Checks abort in SpewPhrases; resolves #402

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1014 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-07-04 08:43:27 +00:00
parent a8f20ffa21
commit ebd940d2c7
+3
View File
@@ -1335,6 +1335,9 @@ SpewPhrases (COUNT wait_track)
do
{
if (GLOBAL (CurrentActivity) & CHECK_ABORT)
break;
ClearSemaphore (GraphicsSem);
/* FIXME: is this a ramnant of 128-tick clock?
* with 120-tick clock this will sleep for 1 tick --