Skip to content

Commit

Permalink
The standard unit count for base building in TD is 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tore29 committed May 27, 2023
1 parent 83c152c commit 95a2dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiberiandawn/globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ int MPlayerUnitCount = 10; // # units for non-base multiplayer scenarios
Min & Max unit count values; index0 = bases OFF, index1 = bases ON
---------------------------------------------------------------------------*/
int MPlayerCountMin[2] = {1, 0};
int MPlayerCountMax[2] = {50, 12};
int MPlayerCountMax[2] = {50, 10};

/*---------------------------------------------------------------------------
MPlayerMaxAhead is the number of frames ahead of this one to execute a given
Expand Down

0 comments on commit 95a2dd5

Please sign in to comment.