Fixes Quit (F10) during the intro to exit to main menu; bug #862
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2354 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -378,6 +378,8 @@ TryStartGame (void)
|
|||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
StartGame (void)
|
StartGame (void)
|
||||||
|
{
|
||||||
|
do
|
||||||
{
|
{
|
||||||
while (!TryStartGame ())
|
while (!TryStartGame ())
|
||||||
{
|
{
|
||||||
@@ -397,6 +399,8 @@ StartGame (void)
|
|||||||
Introduction ();
|
Introduction ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} while (GLOBAL (CurrentActivity) & CHECK_ABORT);
|
||||||
|
|
||||||
{
|
{
|
||||||
extern STAR_DESC starmap_array[];
|
extern STAR_DESC starmap_array[];
|
||||||
extern const BYTE element_array[];
|
extern const BYTE element_array[];
|
||||||
|
|||||||
Reference in New Issue
Block a user