Wrong number, reported by Kreuvf. (Shouldn't this function instead retrieve its numbers from some file?)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1824 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-06-05 18:29:26 +00:00
parent d2d77144c9
commit 60cb577b1b
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ unsigned int cmdDroidGetLevel(DROID *psCommander)
{
return 3;
}
else if (numKills > 32)
else if (numKills > 31)
{
return 2;
}