Fix (accidental) compare, fix values and removed the whole line as it wasn't used (see comment)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3915
This commit is contained in:
parent
b293cfa044
commit
fefe419a27
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ public:
|
|||
if (type=="floppy") {
|
||||
mediaid=0xF0;
|
||||
} else if (type=="iso") {
|
||||
str_size=="2048,1,60000,0"; // ignored, see drive_iso.cpp (AllocationInfo)
|
||||
//str_size="2048,1,65535,0"; // ignored, see drive_iso.cpp (AllocationInfo)
|
||||
mediaid=0xF8;
|
||||
fstype = "iso";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue