[Scummvm-cvs-logs] scummvm master -> 49b4298f7d0a70cc1975fc288cb35b2ea05ae426

Strangerke Strangerke at scummvm.org
Fri Oct 14 19:25:18 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:
49b4298f7d TSAGE: Fix stupid cut&paste error


Commit: 49b4298f7d0a70cc1975fc288cb35b2ea05ae426
    https://github.com/scummvm/scummvm/commit/49b4298f7d0a70cc1975fc288cb35b2ea05ae426
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-10-14T10:14:25-07:00

Commit Message:
TSAGE: Fix stupid cut&paste error

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



diff --git a/engines/tsage/blue_force/blueforce_speakers.h b/engines/tsage/blue_force/blueforce_speakers.h
index aa8fb82..508279a 100644
--- a/engines/tsage/blue_force/blueforce_speakers.h
+++ b/engines/tsage/blue_force/blueforce_speakers.h
@@ -341,7 +341,7 @@ class SpeakerKate: public VisualSpeaker {
 public:
 	SpeakerKate();
 	
-	virtual Common::String getClassName() { return "SpeakerLyle"; }
+	virtual Common::String getClassName() { return "SpeakerKate"; }
 	virtual void setText(const Common::String &msg);
 };
 






More information about the Scummvm-git-logs mailing list