LILLIPUT: Don't trigger -Wmisleading-indentation warning

This commit is contained in:
Donovan Watteau 2023-04-11 12:53:29 +02:00
parent b9e7168d01
commit 9ab0e5a039

View File

@ -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);
/* }*/
}
}
}