Merge branch 'master' into derek-farming
* master: (160 commits) Add doors correctly bug fixes for nhsub Generate oracle monsters after subroom Generate minetown guards after subrooms ... Conflicts: src/do.c src/files.c src/hack.c src/mon.c src/vision.c
This commit is contained in:
@@ -2182,6 +2182,9 @@ int src;
|
||||
} else if (src == SET_IN_SYS && match_varname(buf, "SHELLERS", 8)) {
|
||||
if (sysopt.shellers) free(sysopt.shellers);
|
||||
sysopt.shellers = dupstr(bufp);
|
||||
} else if (src == SET_IN_SYS && match_varname(buf, "EXPLORERS", 7)) {
|
||||
if (sysopt.explorers) free(sysopt.explorers);
|
||||
sysopt.explorers = dupstr(bufp);
|
||||
} else if (src == SET_IN_SYS && match_varname(buf, "DEBUGFILES", 5)) {
|
||||
if (sysopt.debugfiles) free(sysopt.debugfiles);
|
||||
/* if showdebug() has already been called (perhaps we've added
|
||||
|
||||
Reference in New Issue
Block a user