[Scummvm-git-logs] scummvm master -> 1bfd8cc665ba672b70cb373769677e4357454817

sev- sev at scummvm.org
Sun Jan 5 10:51:23 UTC 2020


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:
1bfd8cc665 DIRECTOR: LINGO: Remove unnecessary warning


Commit: 1bfd8cc665ba672b70cb373769677e4357454817
    https://github.com/scummvm/scummvm/commit/1bfd8cc665ba672b70cb373769677e4357454817
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-05T11:50:10+01:00

Commit Message:
DIRECTOR: LINGO: Remove unnecessary warning

Changed paths:
    engines/director/lingo/lingo-the.cpp


diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index c46f360..4531109 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -685,8 +685,6 @@ Datum Lingo::getTheCast(Datum &id1, int field) {
 		}
 
 		return d;
-	} else {
-		warning("Lingo::getTheCast(): The cast %d found", id);
 	}
 
 	castType = _vm->getCurrentScore()->_loadedCast->getVal(id)->_type;




More information about the Scummvm-git-logs mailing list