Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -121,8 +121,7 @@ radar(int type)
|
|||
tech = WORLD_Y / 2.0;
|
||||
if (tech > WORLD_X / 4.0)
|
||||
tech = WORLD_X / 4.0;
|
||||
radmap(item.gen.x, item.gen.y, item.gen.effic,
|
||||
(int)tech, tf);
|
||||
radmap(item.gen.x, item.gen.y, item.gen.effic, (int)tech, tf);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue