diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/graphics/helpers.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/graphics/helpers.h b/engines/sci/graphics/helpers.h index 38da280701..9d266fcf00 100644 --- a/engines/sci/graphics/helpers.h +++ b/engines/sci/graphics/helpers.h @@ -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()); |