diff --git a/sc2/src/sc2code/planets/solarsys.c b/sc2/src/sc2code/planets/solarsys.c index 882e6e352..f3381476b 100644 --- a/sc2/src/sc2code/planets/solarsys.c +++ b/sc2/src/sc2code/planets/solarsys.c @@ -1357,10 +1357,11 @@ StartGroups: { /* Note! This implies that our GenFunc was a conversation; that is, that this is a homeworld */ + SetTransitionSource (NULL); LoadSolarSys (); ValidateOrbits (); DrawInnerSystem (); - draw_sys_flags |= UNBATCH_SYS; + ScreenTransition (3, NULL); goto StartGroups; }