LILLIPUT: Some renaming, fix a warning

This commit is contained in:
Strangerke 2012-09-18 00:17:51 +02:00 committed by Eugene Sandulenko
parent b387257138
commit e059e81bab
3 changed files with 10 additions and 10 deletions

View file

@ -1230,9 +1230,9 @@ void LilliputScript::listAllTexts() {
int variantCount = 0;
while (_vm->_packedStrings[index + variantCount] == 0x5B)
++variantCount ;
int it = 0;
/*if (variantCount != 0) {
/*
int it = 0;
if (variantCount != 0) {
for (int j = 0; j < variantCount; j++) {
decodePackedText(&_vm->_packedStrings[index + variantCount + it]);
warning("Text 0x%x variant %d : %s", i, j, _vm->_displayStringBuf);