Allow defining symbols with OPTIONS
Some people are confused by the boulder -option, and SYMBOLS=S_boulder, so allow defining symbols with OPTION-lines in addition to the SYMBOLS. So these are the same thing: SYMBOLS=S_boulder:0 OPTIONS=S_boulder:0
This commit is contained in:
@@ -2386,7 +2386,10 @@ int src;
|
||||
*op = '\0';
|
||||
}
|
||||
/* parse here */
|
||||
parsesymbols(bufp);
|
||||
if (!parsesymbols(bufp)) {
|
||||
raw_printf("Error in SYMBOLS definition '%s'.\n", bufp);
|
||||
wait_synch();
|
||||
}
|
||||
if (morelines) {
|
||||
do {
|
||||
*symbuf = '\0';
|
||||
|
||||
Reference in New Issue
Block a user