[Scummvm-git-logs] scummvm master -> 2154ddd4e85c878c22835f0b4e92b5a05a56890c

dreammaster dreammaster at scummvm.org
Sun Jan 1 10:23:16 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2154ddd4e8 TITANIC: Add 'scummvm' in as a valid MissiveOMat login username


Commit: 2154ddd4e85c878c22835f0b4e92b5a05a56890c
    https://github.com/scummvm/scummvm/commit/2154ddd4e85c878c22835f0b4e92b5a05a56890c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-01T04:22:13-05:00

Commit Message:
TITANIC: Add 'scummvm' in as a valid MissiveOMat login username

Because I've misspelled Leovinus' name way too many times during testing

Changed paths:
    engines/titanic/game/missiveomat.cpp


diff --git a/engines/titanic/game/missiveomat.cpp b/engines/titanic/game/missiveomat.cpp
index 8f491ca..56293c1 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") {





More information about the Scummvm-git-logs mailing list