]> git.pond.sub.org Git - empserver/commit
(var.h, plague.h): Since all that was left in var.h were some plague
authorMarc Olzheim <marcolz@stack.nl>
Tue, 12 Oct 2004 20:25:33 +0000 (20:25 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Tue, 12 Oct 2004 20:25:33 +0000 (20:25 +0000)
commit39facfbf5353c1197156f0293c9d01120500a13e
tree49dc7f9a8ea1f8a40f2c4f07e42eae94bd8030c8
parente9a040adb926d4eece8b129ebb7ab40d70ef47b2
(var.h, plague.h): Since all that was left in var.h were some plague
defines, import these defines into plague.h, drop var.h and include
plague.h where appropriate.
Remove some 'register' keywords at the same time.
No functional changes.
19 files changed:
include/plague.h [new file with mode: 0644]
include/var.h [deleted file]
src/lib/commands/add.c
src/lib/commands/buil.c
src/lib/commands/edit.c
src/lib/commands/expl.c
src/lib/commands/fuel.c
src/lib/commands/load.c
src/lib/commands/lten.c
src/lib/commands/move.c
src/lib/commands/tend.c
src/lib/common/bridgefall.c
src/lib/subs/attsub.c
src/lib/update/deliver.c
src/lib/update/distribute.c
src/lib/update/land.c
src/lib/update/nav_util.c
src/lib/update/plague.c
src/lib/update/ship.c