Avoid compiler warning
This commit is contained in:
parent
05e5adfac8
commit
8fe67826e6
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ multifire(void)
|
||||||
}
|
}
|
||||||
fx = fship.shp_x;
|
fx = fship.shp_x;
|
||||||
fy = fship.shp_y;
|
fy = fship.shp_y;
|
||||||
} else if (type == EF_SECTOR) {
|
} else {
|
||||||
if (!getsect(item.sect.sct_x, item.sect.sct_y, &fsect))
|
if (!getsect(item.sect.sct_x, item.sect.sct_y, &fsect))
|
||||||
continue;
|
continue;
|
||||||
if (item.sect.sct_own != player->cnum)
|
if (item.sect.sct_own != player->cnum)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue