Opened 3 years ago

Closed 3 years ago

#12050 closed defect (fixed)

TWINE: palette issues for fla movie

Reported by: mgerhardy Owned by: mgerhardy
Priority: normal Component: Engine: TwinE
Version: Keywords:
Cc: Game: Little Big Adventure

Description

introduced in 3ac47eaba1d3290ef8c16a6e63fa9b6702b1aa0c

Reproduce with entering a scene and type "play_movie baffe" to the in-game debugger.

Attachments (2)

scummvm-lba-de-00050.png (42.2 KB ) - added by mgerhardy 3 years ago.
scummvm-lba-de-00049.png (118.1 KB ) - added by mgerhardy 3 years ago.

Download all attachments as: .zip

Change History (6)

by mgerhardy, 3 years ago

Attachment: scummvm-lba-de-00050.png added

by mgerhardy, 3 years ago

Attachment: scummvm-lba-de-00049.png added

comment:2 by mgerhardy, 3 years ago

This call breaks the rendering:

_engine->frontVideoBuffer.transBlitFrom(_engine->imageBuffer, _engine->imageBuffer.getBounds(), _engine->frontVideoBuffer.getBounds());

this call works:

_engine->_screens->copyScreen(_engine->imageBuffer, _engine->frontVideoBuffer);

Version 0, edited 3 years ago by mgerhardy (next)

comment:4 by mgerhardy, 3 years ago

Owner: set to mgerhardy
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.