powe: Delete dead assignment in gen_power().
It's been dead ever since commit 5635fc2
added it.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
ac0e41a8f3
commit
4a556eb8e7
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ gen_power(struct powstr *powbuf, int save)
|
||||||
if (nuke.nuk_own == 0)
|
if (nuke.nuk_own == 0)
|
||||||
continue;
|
continue;
|
||||||
ncp = &nchr[nuke.nuk_type];
|
ncp = &nchr[nuke.nuk_type];
|
||||||
pow = &powbuf[nuke.nuk_own];
|
|
||||||
upower[nuke.nuk_own] += empunit_power(nuke.nuk_effic,
|
upower[nuke.nuk_own] += empunit_power(nuke.nuk_effic,
|
||||||
nuke.nuk_tech,
|
nuke.nuk_tech,
|
||||||
ncp->n_mat, ncp->n_cost);
|
ncp->n_mat, ncp->n_cost);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue