[11011] Remove some more code from threatAssist()

* calcThreat() is also called in addThreat() when given proper parameters,
  and division by 'size' is commutative
* threat redirection is also handled in addThreat() again
This commit is contained in:
Lynx3d 2011-01-15 15:49:45 +01:00
parent 7d4c96f244
commit 3d551a68b5
2 changed files with 4 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11010"
#define REVISION_NR "11011"
#endif // __REVISION_NR_H__