Forces crossfade (instead of requesting it); seems to handle homeworlds

better


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1019 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-07-05 21:05:09 +00:00
parent 50b558bcc8
commit dc1001dccf
+2 -1
View File
@@ -1357,10 +1357,11 @@ StartGroups:
{ {
/* Note! This implies that our GenFunc was a /* Note! This implies that our GenFunc was a
conversation; that is, that this is a homeworld */ conversation; that is, that this is a homeworld */
SetTransitionSource (NULL);
LoadSolarSys (); LoadSolarSys ();
ValidateOrbits (); ValidateOrbits ();
DrawInnerSystem (); DrawInnerSystem ();
draw_sys_flags |= UNBATCH_SYS; ScreenTransition (3, NULL);
goto StartGroups; goto StartGroups;
} }