mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
LILLIPUT: Don't trigger -Wmisleading-indentation warning
This commit is contained in:
parent
b9e7168d01
commit
9ab0e5a039
@ -1231,10 +1231,10 @@ void LilliputScript::listAllTexts() {
|
||||
++it;
|
||||
} while (_vm->_packedStrings[index + variantCount + it] != 0x5B);
|
||||
}
|
||||
} else {*/
|
||||
} else */ if (true) {
|
||||
decodePackedText(&_vm->_packedStrings[index + variantCount]);
|
||||
debugC(1, kDebugScript, "Text 0x%x variant 0 : %s", i, _vm->_displayStringBuf);
|
||||
/* }*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user