diff options
-rw-r--r-- | engines/chewy/text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/text.cpp b/engines/chewy/text.cpp index fcf07a684b..cf0fb041a7 100644 --- a/engines/chewy/text.cpp +++ b/engines/chewy/text.cpp @@ -113,7 +113,7 @@ TextEntry *Text::getText(uint dialogNum, uint entryNum) { } while (*ptr); if (*(ptr + 1) != kEndText || *(ptr + 2) != kEndChunk) - error("Invalid text resource - %d", dialogNum); + error("Invalid text resource - %d, %d", dialogNum, entryNum); if (!isText) ptr += 3; // 0, kEndText, kEndChunk |