1
0
Fork 0

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:
Peter Veenstra 2015-06-05 13:19:09 +00:00
parent b293cfa044
commit fefe419a27

View file

@ -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";
}