X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fship.h;h=c4425b80a366a4be383c91b448b6a53a79d82f5b;hp=23cefa1f79e7eca718c2c150f3dd57d301fb122e;hb=2fa5f652572c4f45c2c60ea97d79f01851f8d548;hpb=358aee203eb7dfdcb633f2deea5323810ed32173 diff --git a/include/ship.h b/include/ship.h index 23cefa1f7..c4425b80a 100644 --- a/include/ship.h +++ b/include/ship.h @@ -65,6 +65,7 @@ struct shpstr { /* initial part must match struct empobj */ signed ef_type: 8; unsigned shp_seqno: 12; + unsigned shp_generation: 12; int shp_uid; /* unit it (ship #) */ time_t shp_timestamp; /* Last time this ship was touched. */ natid shp_own; /* owner's country num */