Move "Releasing RV's" message into detonate()

This commit is contained in:
Markus Armbruster 2009-10-05 07:25:45 -04:00
parent a269cdd7e9
commit 42cc4f14e0
3 changed files with 7 additions and 11 deletions

View file

@ -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, &sect);
issea = sect.sct_type == SCT_WATER;
ncp = &nchr[nuketype];