Fixed quit-during-intro-fadeout hang (Bug #987)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2796 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.7:
|
Changes towards version 0.7:
|
||||||
|
- Fix quitting out of IP before the IP is fully set (bug #987) - Michael
|
||||||
- Fixed speech looping with long tracks at high sampling rates;
|
- Fixed speech looping with long tracks at high sampling rates;
|
||||||
scope supports higher rates for speech now; bug 999 - Alex
|
scope supports higher rates for speech now; bug 999 - Alex
|
||||||
- Basic support for .ani-based shipspin animations - Michael
|
- Basic support for .ani-based shipspin animations - Michael
|
||||||
|
|||||||
@@ -1353,8 +1353,9 @@ StartGroups:
|
|||||||
UnbatchGraphics ();
|
UnbatchGraphics ();
|
||||||
}
|
}
|
||||||
LockMutex (GraphicsLock);
|
LockMutex (GraphicsLock);
|
||||||
while (pSolarSysState->SunDesc[0].radius ==
|
while ((pSolarSysState->SunDesc[0].radius ==
|
||||||
(MAX_ZOOM_RADIUS << 1))
|
(MAX_ZOOM_RADIUS << 1)) &&
|
||||||
|
!(GLOBAL(CurrentActivity) & CHECK_ABORT))
|
||||||
{
|
{
|
||||||
UnlockMutex (GraphicsLock);
|
UnlockMutex (GraphicsLock);
|
||||||
IP_frame ();
|
IP_frame ();
|
||||||
|
|||||||
Reference in New Issue
Block a user