Commit 1fc573dd authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Increase Sierra VMD palette dynamics.

parent a95906af
......@@ -265,6 +265,7 @@ static void vmd_decode(VmdVideoContext *s)
g = *p++ * 4;
b = *p++ * 4;
palette32[i] = 0xFF << 24 | r << 16 | g << 8 | b;
palette32[i] |= palette32[i] >> 6 & 0x30303;
}
}
if (p < p_end) {
......
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