mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
removed hardcoded value
svn-id: r5435
This commit is contained in:
+1
-1
@@ -1110,7 +1110,7 @@ void CharsetRenderer::drawBits()
|
||||
}
|
||||
}
|
||||
dst = (_dest_ptr += _vm->_realWidth);
|
||||
mask += 40;
|
||||
mask += _vm->gdi._numStrips;
|
||||
y++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user