Skip to content

Commit

Permalink
TITANIC: Remove always-true test
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Oct 17, 2016
1 parent 98eeaf8 commit d3c173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/true_talk/tt_concept.cpp
Expand Up @@ -146,7 +146,7 @@ void TTconcept::reset() {
}

bool TTconcept::compareTo(const char *str) const {
return this != nullptr && _wordP != nullptr &&
return _wordP != nullptr &&
_wordP->compareTo(str);
}

Expand Down

0 comments on commit d3c173d

Please sign in to comment.