]> git.pond.sub.org Git - empserver/commit
Put a timestamp into struct emptypedstr
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 5 Mar 2008 21:36:48 +0000 (22:36 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 14 Mar 2008 19:25:43 +0000 (20:25 +0100)
commita680c81110d562afd759ff5e91e4a2fba624544c
tree979a7a4a69a325c9df97e0b9e071a0239cc0f5c2
parente1a68c721dc2e4275b2956e2126203ea7a910462
Put a timestamp into struct emptypedstr

Make sure all members of unit empobj_storage share it.

Add matching timestamp member to struct comstr, struct empobj, struct
gamestr, struct lonstr, struct natstr, struct nwsstr, struct trdstr,
struct trtstr.  The timestamp isn't yet set for these.  To be fixed.

Move the timestamp member to the right place in struct lndstr, struct
loststr, struct realmstr, struct nukstr, struct plnstr, struct sctstr,
struct shpstr.
16 files changed:
include/commodity.h
include/empobj.h
include/file.h
include/game.h
include/land.h
include/loan.h
include/lost.h
include/nat.h
include/news.h
include/nuke.h
include/plane.h
include/sect.h
include/ship.h
include/trade.h
include/treaty.h
src/lib/global/nsc.c