mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user