1
0
Fork 0

Minor change in the DIB. Makes windoes installer happy :) (it now installs without a warning) (c2woody)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1888
This commit is contained in:
Peter Veenstra 2004-07-14 20:25:35 +00:00
parent 519aeb3d97
commit ff40393450

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dos_classes.cpp,v 1.39 2004-07-08 20:08:52 qbix79 Exp $ */
/* $Id: dos_classes.cpp,v 1.40 2004-07-14 20:25:35 qbix79 Exp $ */
#include <string.h>
#include <stdlib.h>
@ -72,7 +72,7 @@ void DOS_InfoBlock::SetLocation(Bit16u segment)
sSave(sDIB,protFCBs,(Bit16u)0);
sSave(sDIB,specialCodeSeg,(Bit16u)0);
sSave(sDIB,joindedDrives,(Bit8u)0);
sSave(sDIB,lastdrive,(Bit8u)0x18);
sSave(sDIB,lastdrive,(Bit8u)0x01);//increase this if you add drives to cds-chain
sSave(sDIB,setverPtr,(Bit32u)0);