diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/voyeur/graphics.cpp | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/voyeur/graphics.cpp b/engines/voyeur/graphics.cpp index 975e070d61..7ed0591871 100644 --- a/engines/voyeur/graphics.cpp +++ b/engines/voyeur/graphics.cpp @@ -39,9 +39,7 @@ DrawInfo::DrawInfo(int penColor, const Common::Point &pos, int flags) {  /*------------------------------------------------------------------------*/ -GraphicsManager::GraphicsManager(): -		_defaultDrawInfo(1, Common::Point(), 0), -			_drawPtr(&_defaultDrawInfo) { +GraphicsManager::GraphicsManager(): _defaultDrawInfo(1, Common::Point(), 0), _drawPtr(&_defaultDrawInfo) {  	_SVGAPage = 0;  	_SVGAMode = 0;  	_SVGAReset = 0; @@ -63,9 +61,7 @@ GraphicsManager::GraphicsManager():  void GraphicsManager::sInitGraphics() {  	initGraphics(SCREEN_WIDTH, SCREEN_HEIGHT, false); -	_screenSurface.create(SCREEN_WIDTH, SCREEN_HEIGHT, -		Graphics::PixelFormat::createFormatCLUT8()); - +	_screenSurface.create(SCREEN_WIDTH, SCREEN_HEIGHT, Graphics::PixelFormat::createFormatCLUT8());  	clearPalette();  }  | 
