aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/missiveomat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/missiveomat.cpp')
-rw-r--r--engines/titanic/game/missiveomat.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/missiveomat.cpp b/engines/titanic/game/missiveomat.cpp
index 8f491cadf6..56293c13a9 100644
--- a/engines/titanic/game/missiveomat.cpp
+++ b/engines/titanic/game/missiveomat.cpp
@@ -142,7 +142,8 @@ bool CMissiveOMat::KeyCharMsg(CKeyCharMsg *msg) {
// Check whether a valid username and password has been entered
bool validFlag = false;
- if (_username == "leovinus" && _password == "other") {
+ if ((_username == "leovinus" && _password == "other") ||
+ (_username == "scummvm")) {
validFlag = true;
_account = LEOVINUS;
} else if (_username == "scraliontis" && _password == "this") {