Skip to content

Commit

Permalink
Merge pull request #4560 from maxpat78/master
Browse files Browse the repository at this point in the history
Update dos_programs.cpp
  • Loading branch information
joncampbell123 authored Nov 2, 2023
2 parents cb752bb + 745319e commit 5a2e819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dos/dos_programs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ void MenuBrowseFDImage(char drive, int num, int type) {
if (imageDiskList[drive-'A']) {
imageDiskList[drive-'A']->Release();
imageDiskList[drive-'A'] = newDrive->loadedDisk;
imageDiskList[drive-'A']->Addref();
//imageDiskList[drive-'A']->Addref();
imageDiskChange[drive-'A'] = true;
}
if (swapInDisksSpecificDrive == drive-'A' && diskSwap[swapPosition]) {
Expand Down

0 comments on commit 5a2e819

Please sign in to comment.