mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 08:39:45 +00:00
SCI: Fix whitespace errors
This commit is contained in:
parent
848bce47e1
commit
41c633f0c5
@ -275,7 +275,7 @@ void Object::initSelectorsSci3(const SciSpan<const byte> &buf) {
|
||||
|
||||
_mustSetViewVisible[groupNr] = (typeMask & 1);
|
||||
|
||||
for (int bit = 2; bit < 32; ++bit) {
|
||||
for (int bit = 2; bit < 32; ++bit) {
|
||||
int value = seeker.getUint16SEAt(bit * 2);
|
||||
if (typeMask & (1 << bit)) { // Property
|
||||
++properties;
|
||||
@ -284,7 +284,6 @@ void Object::initSelectorsSci3(const SciSpan<const byte> &buf) {
|
||||
} else {
|
||||
// Undefined selector
|
||||
}
|
||||
|
||||
}
|
||||
} else
|
||||
_mustSetViewVisible[groupNr] = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user