mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Import changes from the local SVN working copy
This commit is contained in:
@@ -2133,9 +2133,9 @@ BOOLEAN DidFirstBattleTakePlaceInThisTown( INT8 bTownId )
|
||||
|
||||
UINT32 PlayerStrength( void )
|
||||
{
|
||||
UINT8 ubLoop;
|
||||
SOLDIERTYPE * pSoldier;
|
||||
UINT32 uiStrength, uiTotal = 0;
|
||||
UINT16 ubLoop;
|
||||
SOLDIERTYPE * pSoldier;
|
||||
UINT32 uiStrength, uiTotal = 0;
|
||||
|
||||
for ( ubLoop = gTacticalStatus.Team[ gbPlayerNum ].bFirstID; ubLoop <= gTacticalStatus.Team[ gbPlayerNum ].bLastID; ubLoop++ )
|
||||
{
|
||||
@@ -2155,9 +2155,9 @@ UINT32 PlayerStrength( void )
|
||||
|
||||
UINT32 EnemyStrength( void )
|
||||
{
|
||||
UINT8 ubLoop;
|
||||
SOLDIERTYPE * pSoldier;
|
||||
UINT32 uiStrength, uiTotal = 0;
|
||||
UINT16 ubLoop;
|
||||
SOLDIERTYPE * pSoldier;
|
||||
UINT32 uiStrength, uiTotal = 0;
|
||||
|
||||
for ( ubLoop = gTacticalStatus.Team[ ENEMY_TEAM ].bFirstID; ubLoop <= gTacticalStatus.Team[ CIV_TEAM ].bLastID; ubLoop++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user