Fix: SE034 Problem: Crashes with a segmentation fault when run. This is due to an error introduced in options.c while merging with 3.3 codebase. Compatible with: Slash'EM 0.0.5E9 (DOS only) Author: J. Ali Harlow, ali@avrc.city.ac.uk Date: 7 Jan 2000 *** src/options.c.orig Fri Jan 7 15:53:13 2000 --- src/options.c Fri Jan 7 15:53:36 2000 *************** *** 195,204 **** #endif {"tombstone",&flags.tombstone, TRUE}, {"toptenwin",&flags.toptenwin, FALSE}, - { "align", "your starting alignment (lawful, neutral, or chaotic)", 8 }, - #ifdef MAC - { "background", "the color of the background (black or white),", 6 }, - #endif {"verbose", &flags.verbose, TRUE}, {(char *)0, (boolean *)0, FALSE} }; --- 195,200 ---- *************** *** 215,220 **** --- 211,219 ---- * a different format */ } compopt[] = { { "align", "your starting alignment (lawful, neutral, or chaotic)", 8 }, + #ifdef MAC + { "background", "the color of the background (black or white),", 6 }, + #endif { "badgername", "the name of your (first) badger (e.g., badgername:Jack)", PL_PSIZ }, { "batname", "the name of your (first) bat (e.g., batname:Drake)",