diff options
-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; |