mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- 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:
@@ -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) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user