1
0
Fork 0

Fixed a variable without a type.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@468
This commit is contained in:
Sjoerd van der Berg 2002-10-31 08:17:05 +00:00
parent 860ab63aee
commit 98f3407fc4

View file

@ -164,7 +164,7 @@ void DrawCursorText()
// Mouse cursor - graphic mode
// ***************************************************************************
static gfxReg[9];
static Bit8u gfxReg[9];
void SaveVgaRegisters()
{