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:
mcmartin
2003-07-05 09:50:35 +00:00
parent d5ba66cad5
commit 50b558bcc8
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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
+3
View File
@@ -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;
} }