Fix a spinlock in the final Melee score screen (Bug 879)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2312 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.6:
|
Changes towards version 0.6:
|
||||||
|
- Fixed a spinlock in Melee's final score screen (Bug 879) - Michael
|
||||||
- Phase 2 of online keyconfig - Setup Menu can configure assignment of
|
- Phase 2 of online keyconfig - Setup Menu can configure assignment of
|
||||||
templates to players - Michael
|
templates to players - Michael
|
||||||
- Control scheme shifted to Menus + Control Templates in preparation for
|
- Control scheme shifted to Menus + Control Templates in preparation for
|
||||||
|
|||||||
@@ -315,9 +315,11 @@ GetMeleeStarShip (STARSHIPPTR LastStarShipPtr, COUNT which_player)
|
|||||||
PressState = ButtonState;
|
PressState = ButtonState;
|
||||||
ButtonState = FALSE;
|
ButtonState = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TaskSwitch ();
|
||||||
} while (!(GLOBAL (CurrentActivity) & CHECK_ABORT) && (!ButtonState
|
} while (!(GLOBAL (CurrentActivity) & CHECK_ABORT) && (!ButtonState
|
||||||
&& (!(PlayerControl[0] & PlayerControl[1] & PSYTRON_CONTROL)
|
&& (!(PlayerControl[0] & PlayerControl[1] & PSYTRON_CONTROL)
|
||||||
|| (TaskSwitch (), GetTimeCounter ()) < TimeOut)));
|
|| GetTimeCounter () < TimeOut)));
|
||||||
|
|
||||||
LockMutex (GraphicsLock);
|
LockMutex (GraphicsLock);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user