This commit is contained in:
Markus Armbruster 2008-03-24 11:38:53 +01:00
parent d2ca7d4ed2
commit a530ea4d65

View file

@ -45,7 +45,7 @@
struct sctstr { struct sctstr {
/* initial part must match struct empobj */ /* initial part must match struct empobj */
short ef_type; short ef_type;
short sct_uid; /* equals sctoff(sct_x, sct_y) */ short sct_uid; /* equals XYOFFSET(sct_x, sct_y) */
time_t sct_timestamp; /* Last time this sector was written to */ time_t sct_timestamp; /* Last time this sector was written to */
natid sct_own; /* owner's country num */ natid sct_own; /* owner's country num */
coord sct_x; /* x coord of sector */ coord sct_x; /* x coord of sector */