[Scummvm-git-logs] scummvm master -> 5467ca6330311b7571c2ee60686eaf8fb8338a31
sev-
sev at scummvm.org
Sat Jan 25 11:09:22 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:
5467ca6330 DIRECTOR: Whitespace fixes
Commit: 5467ca6330311b7571c2ee60686eaf8fb8338a31
https://github.com/scummvm/scummvm/commit/5467ca6330311b7571c2ee60686eaf8fb8338a31
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-25T12:09:07+01:00
Commit Message:
DIRECTOR: Whitespace fixes
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 f3dbfb2..3ca60e9 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -422,7 +422,7 @@ Datum Lingo::getTheEntity(int entity, Datum &id, int field) {
d.type = FLOAT;
d.u.f = sqrt(id.u.f);
break;
- case kTheStillDown:
+ case kTheStillDown:
d.type = INT;
d.u.i = _vm->getCurrentScore()->_mouseIsDown;
break;
@@ -725,9 +725,8 @@ Datum Lingo::getTheCast(Datum &id1, int field) {
CastType castType;
CastInfo *castInfo;
if (!score->_loadedCast->contains(id)) {
- if (field == kTheLoaded) {
+ if (field == kTheLoaded)
d.u.i = 0;
- }
return d;
}
More information about the Scummvm-git-logs
mailing list