Remove redundant casts of argument to (prototyped) double parameter.
This commit is contained in:
parent
7c3899bf89
commit
7ed308526c
19 changed files with 82 additions and 93 deletions
|
@ -132,7 +132,7 @@ rada(void)
|
|||
}
|
||||
tf = 0.0;
|
||||
pr("%s at ", prland(&land));
|
||||
tech = techfact(land.lnd_tech, (double)land.lnd_spy);
|
||||
tech = techfact(land.lnd_tech, land.lnd_spy);
|
||||
if (tech > ((double)WORLD_Y / 2.0))
|
||||
tech = ((double)WORLD_Y / 2.0);
|
||||
if (tech > ((double)WORLD_X / 4.0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue