diff options
| author | Gregory Montoir | 2004-01-16 15:51:23 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2004-01-16 15:51:23 +0000 |
| commit | 770d94b6071d5cd4ba0f4db7127b032c72c02a47 (patch) | |
| tree | 0a789ccecd05002b896348e7f0c4074da479a5fd /queen/talk.cpp | |
| parent | 3c521dc28858ef845ae0f0deae8f708fd1320421 (diff) | |
| download | scummvm-rg350-770d94b6071d5cd4ba0f4db7127b032c72c02a47.tar.gz scummvm-rg350-770d94b6071d5cd4ba0f4db7127b032c72c02a47.tar.bz2 scummvm-rg350-770d94b6071d5cd4ba0f4db7127b032c72c02a47.zip | |
some assert() calls
svn-id: r12435
Diffstat (limited to 'queen/talk.cpp')
| -rw-r--r-- | queen/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp index d51dafe1db..a66b6d707f 100644 --- a/queen/talk.cpp +++ b/queen/talk.cpp @@ -1289,7 +1289,7 @@ int16 Talk::selectSentence() { // Function TALK_BOB (lines 577-739) in talk.c int selectedSentence = 0; - int scrollX = 0; // XXX: global variable + int scrollX = _vm->display()->horizontalScroll(); int startOption = 1; int optionLines = 0; char optionText[5][MAX_STRING_SIZE]; |
