aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/speech_centre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/speech_centre.cpp')
-rw-r--r--engines/titanic/carry/speech_centre.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/carry/speech_centre.cpp b/engines/titanic/carry/speech_centre.cpp
index c5875bd22c..86ed730284 100644
--- a/engines/titanic/carry/speech_centre.cpp
+++ b/engines/titanic/carry/speech_centre.cpp
@@ -30,7 +30,7 @@ void CSpeechCentre::save(SimpleFile *file, int indent) const {
file->writeQuotedLine(_string1, indent);
file->writeNumberLine(_field14C, indent);
- CCarry::save(file, indent);
+ CBrain::save(file, indent);
}
void CSpeechCentre::load(SimpleFile *file) {
@@ -39,7 +39,7 @@ void CSpeechCentre::load(SimpleFile *file) {
_string1 = file->readString();
_field14C = file->readNumber();
- CCarry::load(file);
+ CBrain::load(file);
}
} // End of namespace Titanic