Fix bug #1248 - commanders sometimes can't lead up to the max number of units for their rank.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9406 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
5ad6596be9
commit
38fd6be936
|
@ -3200,7 +3200,7 @@ unsigned int getDroidLevel(const DROID* psDroid)
|
|||
unsigned int i;
|
||||
|
||||
// Commanders don't need as much kills for ranks in multiplayer
|
||||
if (isCommander && cmdGetDroidMultiExpBoost() && bMultiPlayer)
|
||||
if (isCommander && cmdGetDroidMultiExpBoost())
|
||||
{
|
||||
numKills *= 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue