removed hardcoded value
svn-id: r5435
This commit is contained in:
parent
173c0eac43
commit
788decd9d4
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ void CharsetRenderer::drawBits()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dst = (_dest_ptr += _vm->_realWidth);
|
dst = (_dest_ptr += _vm->_realWidth);
|
||||||
mask += 40;
|
mask += _vm->gdi._numStrips;
|
||||||
y++;
|
y++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue