Massive overhaul of how the physical/logical layout mapping is done, to make it

more consistent and bidirectional everywhere and just generally better.
Hopefully this fixes that pesky 1581 problem.
This commit is contained in:
David Given
2022-09-15 20:23:33 +02:00
parent 4bf5fd49d6
commit 9a8fc80220
31 changed files with 856 additions and 762 deletions

View File

@@ -266,7 +266,7 @@ public:
{
blnOptionalCylinderMap = true;
}
if (sector->logicalSide != sector->physicalHead) //different physicalside fromn logicalside
if (sector->logicalSide != sector->physicalSide) //different physicalside fromn logicalside
{
blnOptionalHeadMap = true;
}