| # | Line 45 | Line 45 | int lim_dist = 0; /* limit distance? */ | |
|---|---|---|
| 45 | ||
| 46 | int report_intvl = 0; /* reporting interval (seconds) */ | |
| 47 | ||
| 48 | < | const char *modname[MAXMODLIST]; /* ordered modifier name list */ |
| 49 | < | int nmods = 0; /* number of modifiers */ |
| 48 | > | char **modname = NULL; /* ordered modifier name list */ |
| 49 | > | int nmods = 0; /* number of modifiers */ |
| 50 | > | int modasiz = 0; /* allocated modifier array size */ |
| 51 | ||
| 52 | void (*addobjnotify[8])() = {ambnotify, NULL}; | |
| 53 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |