]> git.pond.sub.org Git - empserver/commit
(sct_pstage, sct_ptime, shp_pstage, shp_ptime, lnd_pstage, lnd_ptime):
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 12 Dec 2004 19:39:35 +0000 (19:39 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 12 Dec 2004 19:39:35 +0000 (19:39 +0000)
commit4a6346b0df6996a15eee32a68095a7d197d3d1e0
treec8e64bad627450c8c09023407c13f2e9704d1429
parent03c96f90d8f51af0cc5162b6f629a8c05ecb9cfc
(sct_pstage, sct_ptime, shp_pstage, shp_ptime, lnd_pstage, lnd_ptime):
Use `short' instead of `unsigned short'.  With variables, plague stage
and time were stored unsigned and used signed, which worked.  Removal
of variables dropped the conversion to signed, which broke
plague_people() (plague.c rev. 1.6): stage didn't progress correctly
due to catastrophic underflow of time.
include/land.h
include/prototypes.h
include/sect.h
include/ship.h
src/lib/global/nsc.c
src/lib/update/land.c
src/lib/update/plague.c
src/lib/update/ship.c