From 88b14bdd8d38000e78ff7c1b4af019b56af6e471 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 20 Nov 2003 10:29:32 +0000 Subject: [PATCH] Fixed stargunner and possibly others. Very little bug in Create new file Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1455 --- src/dos/dos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/dos.cpp b/src/dos/dos.cpp index 57c48ef3..6e401a0f 100644 --- a/src/dos/dos.cpp +++ b/src/dos/dos.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos.cpp,v 1.60 2003-11-01 16:03:42 harekiet Exp $ */ +/* $Id: dos.cpp,v 1.61 2003-11-20 10:29:32 qbix79 Exp $ */ #include #include @@ -750,7 +750,7 @@ static Bitu DOS_21Handler(void) { DOS_CloseFile(handle); DOS_SetError(DOSERR_ACCESS_DENIED); reg_ax=dos.errorcode; - CALLBACK_SCF(false); + CALLBACK_SCF(true); break; } if (DOS_CreateFile(name1,reg_cx,&handle)) {