Commit c77bcbbb authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Signal MSS1 palette change.

Reviewed-by: Paul B Mahol
parent 3b0ad040
...@@ -557,7 +557,7 @@ static int decode_pal(MSS1Context *ctx, ArithCoder *acoder) ...@@ -557,7 +557,7 @@ static int decode_pal(MSS1Context *ctx, ArithCoder *acoder)
*pal++ = (0xFF << 24) | (r << 16) | (g << 8) | b; *pal++ = (0xFF << 24) | (r << 16) | (g << 8) | b;
} }
return 0; return 1;
} }
static int decode_pivot(MSS1Context *ctx, ArithCoder *acoder, int base) static int decode_pivot(MSS1Context *ctx, ArithCoder *acoder, int base)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment