(pstat): Remove inappropriate plane sanity check; should be done

elsewhere.
This commit is contained in:
Markus Armbruster 2005-11-06 21:06:35 +00:00
parent 04c247f2da
commit 6f1df90b69

View file

@ -52,10 +52,6 @@ pstat(void)
while (nxtitem(&np, &plane)) {
if (!player->owner || plane.pln_own == 0)
continue;
if (plane.pln_type < 0 || plane.pln_type > pln_maxno) {
pr("bad plane type %d (#%d)\n", plane.pln_type, np.cur);
continue;
}
if (nplanes++ == 0) {
pr("pln# %22.22s x,y eff tech att def acc ran load fuel\n", "plane-type");
}