Add back a break that got removed by accident. Fixes icon color regression.

svn path=/branches/reactos-yarotows/; revision=47270
This commit is contained in:
Timo Kreuzer 2010-05-19 02:36:38 +00:00
parent ff39f59027
commit 7b31d4395d

View file

@ -108,6 +108,7 @@ IntGdiCreateBitmap(
case 16:
psurfBmp->ppal = &gpalRGB565;
GDIOBJ_IncrementShareCount((POBJ)&gpalRGB565);
break;
case 24:
case 32:
psurfBmp->ppal = &gpalRGB;