(tfactfire): Unused since src/lib/subs/landgun.c rev. 1.12, remove.
This commit is contained in:
parent
d906fd6b99
commit
dd4a175532
2 changed files with 0 additions and 13 deletions
|
@ -50,18 +50,6 @@ tfact(natid cn, double mult)
|
|||
return mult * tlev;
|
||||
}
|
||||
|
||||
double
|
||||
tfactfire(natid cn, double mult)
|
||||
{
|
||||
double tlev;
|
||||
struct natstr *np;
|
||||
|
||||
np = getnatp(cn);
|
||||
tlev = np->nat_level[NAT_TLEV];
|
||||
tlev = (50.0 + tlev) / (200.0 + tlev);
|
||||
return mult * tlev * fire_range_factor;
|
||||
}
|
||||
|
||||
double
|
||||
techfact(int level, double mult)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue