From 13d0fc70773b1c0c950ccd97280e00524086aebc Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 5 May 2008 21:54:02 +0200 Subject: [PATCH] Avoid compiler warning --- src/lib/commands/mfir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/mfir.c b/src/lib/commands/mfir.c index 0e0aa697b..b4d9d05aa 100644 --- a/src/lib/commands/mfir.c +++ b/src/lib/commands/mfir.c @@ -188,7 +188,7 @@ multifire(void) } fx = fship.shp_x; fy = fship.shp_y; - } else if (type == EF_SECTOR) { + } else { if (!getsect(item.sect.sct_x, item.sect.sct_y, &fsect)) continue; if (item.sect.sct_own != player->cnum) -- 2.43.0