mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Import changes from the local SVN working copy
This commit is contained in:
+3
-3
@@ -117,7 +117,7 @@ BOOLEAN gfExitToNewSector = FALSE;
|
||||
BOOLEAN gfGameScreenLocateToSoldier = FALSE;
|
||||
BOOLEAN gfEnteringMapScreen = FALSE;
|
||||
UINT32 uiOldMouseCursor;
|
||||
UINT8 gubPreferredInitialSelectedGuy = NOBODY;
|
||||
UINT16 gubPreferredInitialSelectedGuy = NOBODY;
|
||||
|
||||
BOOLEAN gfTacticalIsModal = FALSE;
|
||||
MOUSE_REGION gTacticalDisableRegion;
|
||||
@@ -1030,7 +1030,7 @@ void TacticalScreenLocateToSoldier( )
|
||||
{
|
||||
INT32 cnt;
|
||||
SOLDIERTYPE *pSoldier;
|
||||
INT16 bLastTeamID;
|
||||
UINT16 bLastTeamID;
|
||||
BOOLEAN fPreferedGuyUsed = FALSE;
|
||||
|
||||
if ( gubPreferredInitialSelectedGuy != NOBODY )
|
||||
@@ -1075,7 +1075,7 @@ void UpdateTeamPanelAssignments( )
|
||||
{
|
||||
INT32 cnt;
|
||||
SOLDIERTYPE *pSoldier;
|
||||
INT16 bLastTeamID;
|
||||
UINT16 bLastTeamID;
|
||||
|
||||
// Remove all players
|
||||
RemoveAllPlayersFromSlot( );
|
||||
|
||||
Reference in New Issue
Block a user