Missed one place to flag the substrate extraction; fixed now.
This commit is contained in:
parent
2788fd70ab
commit
2fee1a8c9a
|
|
@ -908,6 +908,7 @@ extSubstrateFunc(scx, ha)
|
|||
for (y = use->cu_ylo; y <= use->cu_yhi; y++)
|
||||
extHierSubstrate(ha, use, x, y);
|
||||
}
|
||||
use->cu_flags |= CU_SUB_EXTRACTED;
|
||||
return (2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue