Documentaion polishing.
[open-adventure.git] / TODO
1 = Open Adventure TODO =
2
3 The FORTRANish mess that once was is now mostly idiomatic C. Some issues
4 remain to be cleaned up:
5
6 * The remaining shared globals: K, SPK, WD1, WD1X, WD2, WD2X. These are used
7   rather promiscuously to pass around information that ought to be function
8   arguments in a modern language. K and SPK are particular offenders
9
10 * Remaining unstructured gotos in playermove() and do_command().
11
12 * The way return values from handlers such as 2012 trigger side effects
13   based on global state such as K and SPK is nasty.
14
15