diff options
author | Joseph-Eugene Winzer | 2017-06-22 01:20:56 +0200 |
---|---|---|
committer | Thierry Crozat | 2018-01-22 23:34:49 +0000 |
commit | a3b6352050df7f04f8700d6696965b6855eee4c8 (patch) | |
tree | a91ab25465c02965c8580514d9cad06a279df1b5 | |
parent | 38e9e2d3e7c686559e6b6d856449627a9386deeb (diff) | |
download | scummvm-rg350-a3b6352050df7f04f8700d6696965b6855eee4c8.tar.gz scummvm-rg350-a3b6352050df7f04f8700d6696965b6855eee4c8.tar.bz2 scummvm-rg350-a3b6352050df7f04f8700d6696965b6855eee4c8.zip |
SUPERNOVA: Formatting
-rw-r--r-- | engines/supernova/graphics.h | 6 |
1 files 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; |