Skip to content

Commit

Permalink
TSAGE: Fix stupid cut&paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Oct 14, 2011
1 parent 651cbe2 commit 49b4298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/blue_force/blueforce_speakers.h
Expand Up @@ -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);
};

Expand Down

0 comments on commit 49b4298

Please sign in to comment.