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:
parent
860ab63aee
commit
98f3407fc4
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ void DrawCursorText()
|
|||
// Mouse cursor - graphic mode
|
||||
// ***************************************************************************
|
||||
|
||||
static gfxReg[9];
|
||||
static Bit8u gfxReg[9];
|
||||
|
||||
void SaveVgaRegisters()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue