diff --git a/src/drivers/win/memwatch.cpp b/src/drivers/win/memwatch.cpp index dcd98cef..def8b178 100644 --- a/src/drivers/win/memwatch.cpp +++ b/src/drivers/win/memwatch.cpp @@ -266,7 +266,7 @@ void UpdateMemWatch() if(hwndMemWatch && GameInfo) { //SetTextColor(hdc,RGB(0,0,0)); - SetTextColor(hdc,GetSysColor(COLOR_WINDOWTEXT)); //adelikat-changed colors to Windows System Colors. Hardcoded colors run the risk of incompatibiliyt (for instance if someone uses custom colors and makes dialogs black, addresses would be unreadable) + SetTextColor(hdc,GetSysColor(COLOR_WINDOWTEXT)); //adelikat-changed colors to Windows System Colors. Hardcoded colors run the risk of incompatibiliy (for instance if someone uses custom colors and makes dialogs black, addresses would be unreadable) SetBkColor(hdc,GetSysColor(COLOR_3DFACE)); for(int i = 0; i < MWNUM; i++)