Rename more stuff from "overlay" to "replace".

This commit is contained in:
Laubzega
2018-09-06 00:18:39 -07:00
parent cd9efd53fe
commit c7bb27bac9
2 changed files with 7 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ static void BinWriteMem (BinDesc* D, MemoryArea* M)
NewAddr += M->Start;
}
if (DoWrite || (M->Flags & MF_FILL) != 0) {
/* Seek in "overlay" segments */
/* Seek in "replace" segments */
if (S->Flags & SF_REPLACE) {
fseek (D->F, NewAddr - M->Start, SEEK_SET);
} else {