aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-19 16:33:33 +0000
committerMax Horn2002-11-19 16:33:33 +0000
commit5627fb7c0b84ee0a8f7e068ef4543709ad842a66 (patch)
treea51fd5150a1d7c0baf9b386d4caffad385f75fb9 /scumm/string.cpp
parent83fb208b9ed30b879e3f5bf83b7e6b9e3a018d24 (diff)
downloadscummvm-rg350-5627fb7c0b84ee0a8f7e068ef4543709ad842a66.tar.gz
scummvm-rg350-5627fb7c0b84ee0a8f7e068ef4543709ad842a66.tar.bz2
scummvm-rg350-5627fb7c0b84ee0a8f7e068ef4543709ad842a66.zip
cleanup
svn-id: r5622
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 42faf6b6b5..a7c6aa85b9 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -308,8 +308,6 @@ void Scumm::CHARSET_1()
gdi._mask_bottom = 16;
}
restoreCharsetBg();
- charset._xpos2 = _string[0].xpos;
- charset._ypos2 = _string[0].ypos;
}
t = charset._right - _string[0].xpos - 1;
@@ -515,7 +513,6 @@ void Scumm::description()
charset._ypos2 = charset._top;
continue;
}
-
} while (1);
gdi._mask_left = charset._strLeft;