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:
|
Changes towards version 0.3:
|
||||||
|
- Fixed screen transitions from homeworld conversations (bug #348) -Michael
|
||||||
- Fixed Fwiffo join_us_refusals initialization (bug #405) -Mika
|
- Fixed Fwiffo join_us_refusals initialization (bug #405) -Mika
|
||||||
- Fix Druuge transactions to not elevate crew costs baselessly (bug #235),
|
- Fix Druuge transactions to not elevate crew costs baselessly (bug #235),
|
||||||
from ghakko
|
from ghakko
|
||||||
|
|||||||
@@ -1355,9 +1355,12 @@ StartGroups:
|
|||||||
|
|
||||||
if (pSolarSysState->MenuState.flash_task == 0)
|
if (pSolarSysState->MenuState.flash_task == 0)
|
||||||
{
|
{
|
||||||
|
/* Note! This implies that our GenFunc was a
|
||||||
|
conversation; that is, that this is a homeworld */
|
||||||
LoadSolarSys ();
|
LoadSolarSys ();
|
||||||
ValidateOrbits ();
|
ValidateOrbits ();
|
||||||
DrawInnerSystem ();
|
DrawInnerSystem ();
|
||||||
|
draw_sys_flags |= UNBATCH_SYS;
|
||||||
|
|
||||||
goto StartGroups;
|
goto StartGroups;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user