TWINE: debug output for text handling

This commit is contained in:
Martin Gerhardy 2021-03-28 18:23:20 +02:00
parent f98eead34f
commit e9b72e2d7e

View file

@ -722,6 +722,7 @@ bool Text::getText(int32 index) {
// RECHECK: this was added for vox playback
currDialTextEntry = currIdx;
debug(3, "text for bank %i with index %i (currIndex: %i): %s", _currentBankIdx, index, currIdx, _currDialTextPtr);
return true;
}