From a3b6352050df7f04f8700d6696965b6855eee4c8 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Thu, 22 Jun 2017 01:20:56 +0200 Subject: SUPERNOVA: Formatting --- engines/supernova/graphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/supernova/graphics.h b/engines/supernova/graphics.h index 72218ed367..119051090e 100644 --- a/engines/supernova/graphics.h +++ b/engines/supernova/graphics.h @@ -45,16 +45,16 @@ public: virtual bool loadStream(Common::SeekableReadStream &stream); virtual const Graphics::Surface *getSurface() const { return _surface; } virtual const byte *getPalette() const { return _palette; } - + bool loadSection(int _section); static const int kMaxSections = 50; static const int kMaxClickFields = 80; - + Graphics::Surface *_surface; byte *_palette; byte *_encodedImage; - + struct Section { int16 x1; int16 x2; -- cgit v1.2.3