aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_pronoun.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_pronoun.h')
-rw-r--r--engines/titanic/true_talk/tt_pronoun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_pronoun.h b/engines/titanic/true_talk/tt_pronoun.h
index ccc077152c..f7d61780fa 100644
--- a/engines/titanic/true_talk/tt_pronoun.h
+++ b/engines/titanic/true_talk/tt_pronoun.h
@@ -29,7 +29,7 @@ namespace Titanic {
class TTpronoun : public TTmajorWord {
private:
- static bool _staticFlag;
+ static bool _staticFlag;
protected:
int _field30;
public:
@@ -48,7 +48,7 @@ public:
*/
virtual TTword *copy() const;
- virtual bool comparePronounTo(int val) const {
+ virtual bool comparePronounTo(int val) const {
return _field30 == val;
}