Fix find mode not highlighting WARP particles

This commit is contained in:
cracker1000 2021-10-09 09:38:06 +05:30 committed by Tamás Bálint Misius
parent 6fe82d7221
commit 29ed52d50e

View File

@ -88,7 +88,7 @@ static int update(UPDATE_FUNC_ARGS)
static int graphics(GRAPHICS_FUNC_ARGS)
{
*colr = *colg = *colb = *cola = 0;
*pixel_mode &= ~PMODE;
*pixel_mode |= NO_DECO;
return 0;
}