Added overlay support to GUI

This commit is contained in:
pagefault
2001-06-14 23:38:48 +00:00
parent 11b981549f
commit c42d644b7a
5 changed files with 28 additions and 11 deletions

View File

@@ -44,7 +44,6 @@ DWORD FirstSound=1;
int AllowDefault=0;
int SoundEnabled=1;
BYTE OverlayEnabled = 0;
DWORD Overlay = 0;
DWORD Overlay_failed = 0;
DWORD Overlay_Colorkey = 0;
@@ -162,6 +161,7 @@ void DDrawError(){
extern "C" BYTE vsyncon;
extern "C" BYTE TripleBufferWin;
extern "C" BYTE OverlayEnabled;
void DrawScreen()
{