mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-12 13:25:24 +00:00
Fixed: AltCharSet flag was inverted
This commit is contained in:
@@ -1322,7 +1322,7 @@ bool VideoGetSWTEXT(void)
|
||||
|
||||
bool VideoGetSWAltCharSet(void)
|
||||
{
|
||||
return g_nAltCharSetOffset == 0;
|
||||
return g_nAltCharSetOffset != 0;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
Reference in New Issue
Block a user