mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
TSAGE: Fix problem with text appearing with random background colours after scene changes
This commit is contained in:
parent
432771b5d9
commit
1eb75f7892
@ -791,6 +791,7 @@ Speaker::Speaker() : EventHandler() {
|
||||
_fontNumber = 2;
|
||||
_textMode = ALIGN_LEFT;
|
||||
_color1 = _color2 = _color3 = _globals->_scenePalette._colors.foreground;
|
||||
_color2 = _color3 = 0;
|
||||
_action = NULL;
|
||||
_speakerName = "SPEAKER";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user