[Scummvm-git-logs] scummvm master -> 925479f7d0a216c4937ab86d5aed08e9cd52b980

sev- sev at scummvm.org
Sun Jul 19 20:32:01 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:
925479f7d0 DIRECTOR: Eliminate copy/paste error


Commit: 925479f7d0a216c4937ab86d5aed08e9cd52b980
    https://github.com/scummvm/scummvm/commit/925479f7d0a216c4937ab86d5aed08e9cd52b980
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-19T22:31:47+02:00

Commit Message:
DIRECTOR: Eliminate copy/paste error

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 dea355da6b..dbf0867aa5 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -922,7 +922,6 @@ void Lingo::setTheEntity(int entity, Datum &id, int field, Datum &d) {
 				(((Graphics::MacText *)channel->_sprite->_cast->_widget)->setSelection(d.asInt(), false));
 		}
 		break;
-		break;
 	case kTheSelStart:
 		if (_vm->getCurrentMovie()->_currentEditableTextChannel != 0) {
 			Channel *channel = _vm->getCurrentMovie()->getScore()->getChannelById(_vm->getCurrentMovie()->_currentEditableTextChannel);




More information about the Scummvm-git-logs mailing list