Move "Releasing RV's" message into detonate()
This commit is contained in:
parent
a269cdd7e9
commit
42cc4f14e0
3 changed files with 7 additions and 11 deletions
|
@ -74,6 +74,9 @@ detonate(struct nukstr *np, coord x, coord y, int airburst)
|
|||
struct nstr_item ni;
|
||||
int issea;
|
||||
|
||||
mpr(bombown, "Releasing RV's for %s detonation...\n",
|
||||
airburst ? "airburst" : "groundburst");
|
||||
|
||||
getsect(x, y, §);
|
||||
issea = sect.sct_type == SCT_WATER;
|
||||
ncp = &nchr[nuketype];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue