Problem: Background color is wrong in MS-Windows console when not using VTP.
Solution: Use g_attrCurrent. (Nobuhiro Takasaki, closes #3987)
{
fill.Char.AsciiChar = ' ';
- fill.Attributes = g_attrDefault;
+ if (!USE_VTP)
+ fill.Attributes = g_attrCurrent;
+ else
+ fill.Attributes = g_attrDefault;
set_console_color_rgb();
{
fill.Char.AsciiChar = ' ';
- fill.Attributes = g_attrDefault;
+ if (!USE_VTP)
+ fill.Attributes = g_attrCurrent;
+ else
+ fill.Attributes = g_attrDefault;
set_console_color_rgb();
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 938,
/**/
937,
/**/