Skip to content

Commit

Permalink
Add ripsaws one line patch to fix bug 488
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4173 ed541006-0bf7-43e9-8c4d-6fc63c346d47
  • Loading branch information
qbix79 committed Nov 17, 2018
1 parent 65aba0d commit a5f0cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dos/drives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void DriveManager::InitializeDrive(int drive) {
driveInfo.currentDisk = 0;
DOS_Drive* disk = driveInfo.disks[driveInfo.currentDisk];
Drives[currentDrive] = disk;
disk->Activate();
if (driveInfo.disks.size() > 1) disk->Activate();
}
}

Expand Down

0 comments on commit a5f0cf6

Please sign in to comment.