Change set with nuke.h rev. 1.21 was incomplete (harmless because the

missing bits were consistent):
(build_nuke): Assign 0 instead of space.
(nuke): Update printing of group.
This commit is contained in:
Markus Armbruster 2006-05-29 19:29:29 +00:00
parent d5f8c32342
commit 2b57a13d94
2 changed files with 4 additions and 2 deletions

View file

@ -693,7 +693,7 @@ build_nuke(struct sctstr *sp, struct nchrstr *np, short *vec, int tlev)
nuke.nuk_own = sp->sct_own;
nuke.nuk_type = np - nchr;
nuke.nuk_effic = 100;
nuke.nuk_stockpile = ' ';
nuke.nuk_stockpile = 0;
nuke.nuk_ship = nuke.nuk_plane = nuke.nuk_land = -1;
nuke.nuk_uid = nstr.cur;
nuke.nuk_tech = tlev;