Fixed: AltCharSet flag was inverted

This commit is contained in:
tomcw 2016-04-04 22:38:01 +01:00
parent 041162ee5e
commit 0451a3c7aa

View File

@ -2930,7 +2930,7 @@ bool VideoGetSWTEXT(void)
bool VideoGetSWAltCharSet(void)
{
return g_nAltCharSetOffset == 0;
return g_nAltCharSetOffset != 0;
}
//===========================================================================