From 98f3407fc473b1e593b1abd99f693ca3c22c5d39 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Thu, 31 Oct 2002 08:17:05 +0000 Subject: [PATCH] Fixed a variable without a type. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@468 --- src/ints/mouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ints/mouse.cpp b/src/ints/mouse.cpp index 27bda07e..77556157 100644 --- a/src/ints/mouse.cpp +++ b/src/ints/mouse.cpp @@ -164,7 +164,7 @@ void DrawCursorText() // Mouse cursor - graphic mode // *************************************************************************** -static gfxReg[9]; +static Bit8u gfxReg[9]; void SaveVgaRegisters() {