From 15f6e6b97edf9bb2c3729078d374c5dfef836c22 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 6 Oct 2017 17:02:08 -0500 Subject: SCI32: Remove resolved TODO in helpers.h --- engines/sci/graphics/helpers.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/sci') 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()); -- cgit v1.2.3