mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
GRAPHICS: Remove extra semicolon.
This commit is contained in:
parent
933726a7e8
commit
f189d8a541
@ -59,7 +59,7 @@ public:
|
|||||||
virtual void destroy();
|
virtual void destroy();
|
||||||
virtual const Surface *getSurface() const {
|
virtual const Surface *getSurface() const {
|
||||||
return &_surface;
|
return &_surface;
|
||||||
};
|
}
|
||||||
virtual const byte *getPalette() const { return _colorMap; }
|
virtual const byte *getPalette() const { return _colorMap; }
|
||||||
virtual uint16 getPaletteColorCount() const { return _colorMapLength; }
|
virtual uint16 getPaletteColorCount() const { return _colorMapLength; }
|
||||||
virtual bool loadStream(Common::SeekableReadStream &stream);
|
virtual bool loadStream(Common::SeekableReadStream &stream);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user