[Scummvm-cvs-logs] scummvm master -> bc60d81ed9e7289b072798a2cddd44f7dc2829b1

digitall digitall at scummvm.org
Sun Oct 2 01:54:01 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bc60d81ed9 TSAGE: Fix Compilation Failure.


Commit: bc60d81ed9e7289b072798a2cddd44f7dc2829b1
    https://github.com/scummvm/scummvm/commit/bc60d81ed9e7289b072798a2cddd44f7dc2829b1
Author: D G Turner (digitall at scummvm.org)
Date: 2011-10-01T16:46:17-07:00

Commit Message:
TSAGE: Fix Compilation Failure.

Due to minor cut and paste error in last commit.

Changed paths:
    engines/tsage/blue_force/blueforce_speakers.cpp



diff --git a/engines/tsage/blue_force/blueforce_speakers.cpp b/engines/tsage/blue_force/blueforce_speakers.cpp
index f54563d..be8fe08 100644
--- a/engines/tsage/blue_force/blueforce_speakers.cpp
+++ b/engines/tsage/blue_force/blueforce_speakers.cpp
@@ -859,14 +859,14 @@ void SpeakerNico::setText(const Common::String &msg) {
 
 /*--------------------------------------------------------------------------*/
 
-SpeakerNico::SpeakerNico(): VisualSpeaker() {
+SpeakerDA::SpeakerDA(): VisualSpeaker() {
 	_color1 = 82;
 	_color2 = 80;
 	
 	_speakerName = "DA";
 }
 
-void SpeakerNico::setText(const Common::String &msg) {
+void SpeakerDA::setText(const Common::String &msg) {
 	_removeObject1 = _removeObject2 = true;
 
 	_object1.postInit();






More information about the Scummvm-git-logs mailing list