- Shortened some German option-texts in the preference screen

- Centered the "Topware" splash-screen in the German version



git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@322 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2006-07-02 16:53:06 +00:00
parent f9ed02ede2
commit 8f8ae869c7
9 changed files with 24 additions and 21 deletions
+5 -2
View File
@@ -3947,6 +3947,9 @@ void ExecuteStrategicAIAction( UINT16 usActionCode, INT16 sSectorX, INT16 sSecto
SECTORINFO *pSector;
UINT8 ubSectorID;
UINT8 ubNumSoldiers;
UINT8 ubSourceSectorID;
UINT8 ubTargetSectorID;
switch( usActionCode )
{
case STRATEGIC_AI_ACTION_WAKE_QUEEN:
@@ -4016,8 +4019,8 @@ void ExecuteStrategicAIAction( UINT16 usActionCode, INT16 sSectorX, INT16 sSecto
if ( !gGameExternalOptions.gfSendTroopsToDrassen )
break;
UINT8 ubSourceSectorID = SEC_H13;
UINT8 ubTargetSectorID = SEC_D13;
ubSourceSectorID = SEC_H13;
ubTargetSectorID = SEC_D13;
if ( !(SectorInfo[ ubSourceSectorID ].ubNumTroops > 0) )
{