Fix 80-col using out-of-bounds Char Set

This commit is contained in:
michaelangel007 2015-01-01 22:05:40 -08:00
parent 6c9032d67e
commit a29444eb6c

View File

@ -771,7 +771,7 @@ void NTSC_SetVideoTextMode( int cols )
void NTSC_SetVideoMode( int bVideoModeFlags )
{
g_nVideoMixed = bVideoModeFlags & VF_MIXED;
g_nVideoCharSet = g_nAltCharSetOffset;
g_nVideoCharSet = g_nAltCharSetOffset != 0;
g_nTextPage = 1;
g_nHiresPage = 1;