mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Added comment
This commit is contained in:
@@ -73,7 +73,7 @@ static std::string copytostring(std::vector<char> tocopy)
|
||||
}
|
||||
|
||||
static uint8_t setsectorskew(int sectornumber)
|
||||
{//IMD expects the sector map to start with 1 so everything we read in the sectormap has to be 1 less
|
||||
{//IMD lets the sector map start with 1 so everything we read in the sectormap has to be 1 less for fluxengine
|
||||
sectornumber--;
|
||||
switch (sectornumber)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user