aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2007-02-02 12:51:44 +0000
committerMax Horn2007-02-02 12:51:44 +0000
commit11a8d8f265b92c71a27a5e9a123d0e4c148cb4e0 (patch)
tree7ca3c59c424b28c8b4227dab7580dbe80d10cce6 /engines/scumm/string.cpp
parentf7958231be3561704fcd68dc9086c8b280b44b31 (diff)
downloadscummvm-rg350-11a8d8f265b92c71a27a5e9a123d0e4c148cb4e0.tar.gz
scummvm-rg350-11a8d8f265b92c71a27a5e9a123d0e4c148cb4e0.tar.bz2
scummvm-rg350-11a8d8f265b92c71a27a5e9a123d0e4c148cb4e0.zip
Some comment cleanup
svn-id: r25334
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index 47f96e17b3..41327dbad9 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -400,7 +400,6 @@ bool ScummEngine_v72he::handleNextCharsetCode(Actor *a, int *code) {
void ScummEngine::CHARSET_1() {
Actor *a;
- int c = 0;
#ifndef DISABLE_SCUMM_7_8
byte subtitleBuffer[200];
byte *subtitleLine = subtitleBuffer;
@@ -533,6 +532,7 @@ void ScummEngine::CHARSET_1() {
_charset->_disableOffsX = _charset->_firstChar = !_keepText;
+ int c = 0;
while (handleNextCharsetCode(a, &c)) {
if (c == 0) {
// End of text reached, set _haveMsg accordingly