TSAGE: Fix problem with text appearing with random background colours after scene changes

This commit is contained in:
Paul Gilbert 2011-04-20 21:17:12 +10:00
parent 432771b5d9
commit 1eb75f7892

View File

@ -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";
}