Slight cleanup of previous commit.

svn-id: r9147
This commit is contained in:
Torbjörn Andersson 2003-07-23 14:36:18 +00:00
parent e66bdf91b9
commit 9db2d93614

View File

@ -991,7 +991,7 @@ void Scumm_v2::o2_drawSentence() {
int n = 0;
// Maximum length: 40 printable characters
while (*ptr != 0) {
while (*ptr) {
if (*ptr != '@')
n++;
if (n > 40) {