mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 11:46:54 +00:00
SHERLOCK: Correct some comments
This commit is contained in:
parent
feff241ef7
commit
87fe6a14a0
@ -347,7 +347,7 @@ void Darts::drawDartThrow(const Common::Point &pt) {
|
||||
screen._backBuffer1.transBlitFrom(frame, drawPos);
|
||||
screen.slamArea(drawPos.x, drawPos.y, frame._width, frame._height);
|
||||
|
||||
// Handle erasing old dart strs
|
||||
// Handle erasing old dart frame area
|
||||
if (!oldDrawBounds.isEmpty())
|
||||
screen.slamRect(oldDrawBounds);
|
||||
|
||||
|
@ -1435,7 +1435,7 @@ void Talk::doScript(const Common::String &script) {
|
||||
yp += 9;
|
||||
}
|
||||
|
||||
// Find amound of text that will fit on the line
|
||||
// Find amount of text that will fit on the line
|
||||
int width = 0, idx = 0;
|
||||
do {
|
||||
width += screen.charWidth(str[idx]);
|
||||
|
Loading…
Reference in New Issue
Block a user