TSAGE: Implement scene7600

This commit is contained in:
strangerke 2011-03-16 21:28:13 +01:00
parent 1c6d46ce83
commit 09fc6d6ee4

View File

@ -413,6 +413,15 @@ SpeakerEText::SpeakerEText() {
/*--------------------------------------------------------------------------*/
SpeakerEText::SpeakerEText() {
_speakerName = "ETEXT";
_textPos = Common::Point(20, 20);
_colour1 = 22;
_hideObjects = false;
}
/*--------------------------------------------------------------------------*/
SpeakerHText::SpeakerHText() {
_speakerName = "HTEXT";
_textPos = Common::Point(160, 40);