mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
More UINT8 -> UINT16 changes
This commit is contained in:
@@ -994,7 +994,7 @@ BOOLEAN ExecuteOverhead( )
|
||||
// check if bonus militia join us
|
||||
if (checkBonusMilitia == TRUE && gGameExternalOptions.fRebelCommandEnabled && gubPBSectorZ == 0)
|
||||
{
|
||||
UINT8 bonusGreenMilitia = 0, bonusRegularMilitia = 0, bonusEliteMilitia = 0;
|
||||
UINT16 bonusGreenMilitia = 0, bonusRegularMilitia = 0, bonusEliteMilitia = 0;
|
||||
RebelCommand::GetBonusMilitia(gubPBSectorX, gubPBSectorY, bonusGreenMilitia, bonusRegularMilitia, bonusEliteMilitia, TRUE);
|
||||
checkBonusMilitia = FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user