aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/assets.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-12 16:14:57 -0400
committerPaul Gilbert2014-04-12 16:14:57 -0400
commit9b0f0b6efec3da058157beb25bab7083328df1da (patch)
tree7689d6956a5ca60bf19e149ce9b75cedb3d31b69 /engines/mads/assets.h
parent8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda (diff)
downloadscummvm-rg350-9b0f0b6efec3da058157beb25bab7083328df1da.tar.gz
scummvm-rg350-9b0f0b6efec3da058157beb25bab7083328df1da.tar.bz2
scummvm-rg350-9b0f0b6efec3da058157beb25bab7083328df1da.zip
MADS: Add missing handling code for palette _rgbList
Diffstat (limited to 'engines/mads/assets.h')
-rw-r--r--engines/mads/assets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/assets.h b/engines/mads/assets.h
index 54417f84ff..a5d3b3ecef 100644
--- a/engines/mads/assets.h
+++ b/engines/mads/assets.h
@@ -89,6 +89,11 @@ public:
*/
SpriteAsset(MADSEngine *vm, Common::SeekableReadStream *stream, int flags);
+ /**
+ * Destructor
+ */
+ ~SpriteAsset();
+
int getCount() { return _frameCount; }
int getFrameRate() const { return _frameRate; }
int getPixelSpeed() const { return _pixelSpeed; }