Fixed reading of colors from order.

This commit is contained in:
Armin Novak 2016-08-03 09:55:19 +02:00
parent 60ac63854c
commit a76b0df598

View File

@ -806,8 +806,6 @@ static INLINE BOOL ORDER_FIELD_COLOR(const ORDER_INFO* orderInfo, wStream* s,
if (!TARGET || !orderInfo)
return FALSE;
*TARGET = 0;
if ((orderInfo->fieldFlags & (1 << (NO - 1))) && !update_read_color(s, TARGET))
return FALSE;