Opened 8 weeks ago
Last modified 8 weeks ago
#13622 new defect
GLK: SCOTT: Wrong background colour
Reported by: | angstsmurf | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: GLK: Scott |
Version: | Keywords: | ||
Cc: | Game: |
Description
The ZX Spectrum and Commodore 64 games have a cyan background behind the graphics instead of matching the text background below.
At line https://github.com/scummvm/scummvm/blob/34faf7f6ead4fc3cec65dc697b54a4d73d790c5f/engines/glk/scott/scott.cpp#L1623
glk_style_measure() is supposed to set the backgroundColor variable to the window background colour, but instead returns cyan (I think this might be colour -1).
There is a similar problem at https://github.com/scummvm/scummvm/blob/34faf7f6ead4fc3cec65dc697b54a4d73d790c5f/engines/glk/scott/seas_of_blood.cpp#L354
Attachments (2)
Change History (3)
by , 8 weeks ago
Attachment: | spatterlight_correct_colour.png added |
---|
by , 8 weeks ago
Attachment: | scummvm_wrong_colour.png added |
---|
comment:1 by , 8 weeks ago
Component: | --Unset-- → Engine: GLK: Scott |
---|