Reverted g_uHalfScanLines being off per Tom's request.

This commit is contained in:
mpohoreski 2011-02-19 22:39:48 +00:00
parent 04e11659ab
commit 9c4525cc59

View File

@ -267,7 +267,7 @@ static LPBYTE vidlastmem = NULL;
int g_bVideoMode = VF_TEXT;
DWORD g_eVideoType = VT_COLOR_TVEMU;
DWORD g_uHalfScanLines = false; // drop 50% scan lines for a more authentic look
DWORD g_uHalfScanLines = true; // drop 50% scan lines for a more authentic look
static bool g_bTextFlashState = false;