Fixed: AltCharSet flag was inverted

This commit is contained in:
tomcw 2016-04-04 22:38:01 +01:00
parent 7e56e93449
commit 7ccf722200

View File

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