mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
More UINT8 -> UINT16 changes
This commit is contained in:
@@ -3182,7 +3182,7 @@ INT32 GetMiningPolicyBonus(INT16 townId)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void GetBonusMilitia(INT16 sx, INT16 sy, UINT8& green, UINT8& regular, UINT8& elite, BOOLEAN createGroup)
|
||||
void GetBonusMilitia(INT16 sx, INT16 sy, UINT16& green, UINT16& regular, UINT16& elite, BOOLEAN createGroup)
|
||||
{
|
||||
if (!gGameExternalOptions.fRebelCommandEnabled)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user