it is not necessary to store cabins, because they are fixed.

This commit is contained in:
Enno Rehling 2010-01-24 01:34:34 +00:00
parent f691224fd9
commit b982a92d9e
1 changed files with 0 additions and 3 deletions

View File

@ -615,9 +615,6 @@ cr_output_ship(FILE * F, const ship * sh, const unit * u, int fcaptain, const fa
fprintf(F, "%d;capacity\n", mweight);
fprintf(F, "%d;cargo\n", n);
if (sh->type->cabins) {
fprintf(F, "%d;cabins\n", sh->type->cabins);
}
fprintf(F, "%d;speed\n", shipspeed(sh, u));
}
/* shore */