Homeworld conversations now request a crossfade (Bug #348)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1018 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Changes towards version 0.3:
|
||||
- Fixed screen transitions from homeworld conversations (bug #348) -Michael
|
||||
- Fixed Fwiffo join_us_refusals initialization (bug #405) -Mika
|
||||
- Fix Druuge transactions to not elevate crew costs baselessly (bug #235),
|
||||
from ghakko
|
||||
|
||||
@@ -1355,9 +1355,12 @@ StartGroups:
|
||||
|
||||
if (pSolarSysState->MenuState.flash_task == 0)
|
||||
{
|
||||
/* Note! This implies that our GenFunc was a
|
||||
conversation; that is, that this is a homeworld */
|
||||
LoadSolarSys ();
|
||||
ValidateOrbits ();
|
||||
DrawInnerSystem ();
|
||||
draw_sys_flags |= UNBATCH_SYS;
|
||||
|
||||
goto StartGroups;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user