Missed one place to flag the substrate extraction; fixed now.

This commit is contained in:
Tim Edwards 2020-03-13 12:18:56 -04:00
parent 2788fd70ab
commit 2fee1a8c9a
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}