diff options
| author | Travis Howell | 2006-09-29 00:50:22 +0000 |
|---|---|---|
| committer | Travis Howell | 2006-09-29 00:50:22 +0000 |
| commit | 11c9537e290fbab5d604037609fb40c70149b283 (patch) | |
| tree | 40fd9654e690a2e690ca786f8a407224ca7a706a /engines/simon/string.cpp | |
| parent | 1c6cd9d2498e7d905aed1930ad2cde006a4b1f20 (diff) | |
| download | scummvm-rg350-11c9537e290fbab5d604037609fb40c70149b283.tar.gz scummvm-rg350-11c9537e290fbab5d604037609fb40c70149b283.tar.bz2 scummvm-rg350-11c9537e290fbab5d604037609fb40c70149b283.zip | |
Add speech support for PP and cleanup
svn-id: r23995
Diffstat (limited to 'engines/simon/string.cpp')
| -rw-r--r-- | engines/simon/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/string.cpp b/engines/simon/string.cpp index 6975ea53d3..ba959759da 100644 --- a/engines/simon/string.cpp +++ b/engines/simon/string.cpp @@ -231,7 +231,7 @@ bool SimonEngine::printTextOf(uint a, uint x, uint y) { return false; - stringPtr = getStringPtrByID(_stringIdArray2[a]); + stringPtr = getStringPtrByID(_shortText[a]); if (getGameType() == GType_FF) { getPixelLength((const char *)stringPtr, 400, pixels); w = pixels + 1; |
