Abstract all references to the future array (outside of events.c) away.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 17 Sep 2006 23:55:46 +0000 (23:55 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 17 Sep 2006 23:55:46 +0000 (23:55 +0000)
commit188965b8e49bc7a0233258627917239b57429e77
tree396282bcdc67492da1e16fd8f35b2912407bc867
parent28815fe0dea83042dbcd6f112ae6ce1821edd1e0
Abstract all references to the future array (outside of events.c) away.

This has two benefits:

1. New code is easier to read.
2. It prepares us for implementing stateful events with a different
underlying data structure.  We'll need this for some BSD-Trek features.
src/ai.c
src/battle.c
src/events.c
src/moving.c
src/planets.c
src/reports.c
src/setup.c
src/sst.c
src/sst.h