| 6809 | } |
| 6810 | |
| 6811 | staticfn void |
| 6812 | rejectoption(const char *optname) |
| 6813 | { |
| 6814 | #ifdef MICRO |
| 6815 | pline("\"%s\" settable only from %s.", optname, get_configfile()); |
| 6816 | #else |
| 6817 | pline("%s can be set only from NETHACKOPTIONS or %s.", optname, |
| 6818 | get_configfile()); |
| 6819 | #endif |
| 6820 | } |
| 6821 | |
| 6822 | /* |
| 6823 |
no test coverage detected