dl2n+@andrew.cmu.edu (Daniel Edward Lovinger) (07/02/90)
There is a small problem in the config.h distributed with xtrek 6.0 alpha. If you have already retrieved the archive from expo (before of 12:54 am 7/2/90), please apply the following patch. It will give you the new damage code :-). dan (sigh) --------------------- *** config.h~ Sun Jul 1 18:59:30 1990 --- config.h Mon Jul 2 00:43:15 1990 *************** *** 50,52 **** --- 50,66 ---- */ #define MOTD "/afs/andrew.cmu.edu/usr0/games/lib/xtrek/motd" + + /* TURBO_OPTION and TELEPORT_OPTION are documented in xtrekguide.tex + * They can contribute to significant game unbalancing, so they are + * not turned on by default. They are implemented mostly because we would + * be receiving *many* implementations of the same features if this wasn't + * in the code already. + */ + + /* #define TURBO_OPTION */ + /* #define TELEPORT_OPTION */ + + /* This is a temporary flag. Do not modify this! */ + + #define NEWDAMAGE