We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8eb18 commit 4d00950Copy full SHA for 4d00950
1 file changed
tiberiandawn/scenarioini.cpp
@@ -1701,7 +1701,8 @@ static void Create_Units(void)
1701
/*---------------------------------------------------------------------
1702
Set the house's max # units (this is used in the Mission_Timed_Hunt())
1703
---------------------------------------------------------------------*/
1704
- hptr->MaxUnit = MPlayerUnitCount * scaleval;
+ // Disable this as it will force MaxUnit to 10 preventing AI from building vehicles in skirmish (Tore)
1705
+ //hptr->MaxUnit = MPlayerUnitCount * scaleval;
1706
1707
1708
Create units for this house
0 commit comments