- Fix a bug, found by PVS-Studio

svn path=/trunk/; revision=53512
This commit is contained in:
Dmitry Chapyshev 2011-09-01 12:25:52 +00:00
parent 6376ec1631
commit 8ccd1fff32

View file

@ -716,7 +716,7 @@ HPALETTE CardWindow::CreateCardPalette()
cols[1] = RGB(255, 255, 255);
//include the base background colour
cols[1] = crBackgnd;
cols[2] = crBackgnd;
//include the standard button colours...
cols[3] = CardButton::GetHighlight(crBackgnd);