[Scummvm-git-logs] scummvm master -> d4ab4b3514c0d45eed4c3e8f9f2e393f77e5af57
rvanlaar
noreply at scummvm.org
Tue Sep 20 14:16:03 UTC 2022
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:
d4ab4b3514 JANITORIAL: DIRECTOR: whitespace cleanup
Commit: d4ab4b3514c0d45eed4c3e8f9f2e393f77e5af57
https://github.com/scummvm/scummvm/commit/d4ab4b3514c0d45eed4c3e8f9f2e393f77e5af57
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2022-09-20T16:15:41+02:00
Commit Message:
JANITORIAL: DIRECTOR: whitespace cleanup
Changed paths:
engines/director/cast.cpp
engines/director/lingo/lingo.cpp
diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 067df278111..1d71d89fe52 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -1229,7 +1229,7 @@ void Cast::loadLingoContext(Common::SeekableReadStreamEndian &stream) {
}
_lingoArchive->scriptContexts[script->_scriptType][script->_id] = script;
} else {
- // Keep track of scripts that are not in scriptContexts
+ // Keep track of scripts that are not in scriptContexts
// Those scripts need to be cleaned up on ~LingoArchive
script->setOnlyInLctxContexts();
}
diff --git a/engines/director/lingo/lingo.cpp b/engines/director/lingo/lingo.cpp
index 413d8bd85aa..002d2dca5e7 100644
--- a/engines/director/lingo/lingo.cpp
+++ b/engines/director/lingo/lingo.cpp
@@ -227,7 +227,6 @@ void Lingo::reloadBuiltIns() {
}
LingoArchive::~LingoArchive() {
-
// First cleanup the ScriptContexts that are only in LctxContexts.
// LctxContexts has a huge overlap with scriptContexts.
for (ScriptContextHash::iterator it = lctxContexts.begin(); it != lctxContexts.end(); ++it){
More information about the Scummvm-git-logs
mailing list