Undo functional change introduced in pull request 625 in boot command

This commit is contained in:
Shane Krueger 2018-03-25 14:20:22 -04:00
parent 5cb34b4508
commit c90c31789a

View File

@ -755,8 +755,8 @@ public:
else {
diskSwap[i] = new imageDisk(usefile, (Bit8u *)temp_line.c_str(), floppysize, false);
}
diskSwap[i]->Addref();
if (diskSwap[i]->active && !diskSwap[i]->hardDrive) incrementFDD(); //moved from imageDisk constructor
if (usefile_1==NULL) {
usefile_1=usefile;