Skip to content

Commit

Permalink
SCI32: Remove resolved TODO in helpers.h
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Oct 7, 2017
1 parent 8c9276e commit 15f6e6b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions engines/sci/graphics/helpers.h
Expand Up @@ -240,11 +240,6 @@ struct Buffer : public Graphics::Surface {
Buffer(const uint16 width, const uint16 height, uint8 *const pix) :
screenWidth(width),
screenHeight(height),
// TODO: These values are not correct for all games. Script
// dimensions were hard-coded per game in the original
// interpreter. Search all games for their internal script
// dimensions and set appropriately. (This code does not
// appear to exist at all in SCI3, which uses 640x480.)
scriptWidth(320),
scriptHeight(200) {
init(width, height, width, pix, Graphics::PixelFormat::createFormatCLUT8());
Expand Down

0 comments on commit 15f6e6b

Please sign in to comment.