mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-06-11 05:49:50 +08:00
Undo functional change introduced in pull request 625 in boot command
This commit is contained in:
parent
5cb34b4508
commit
c90c31789a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user