[Scummvm-cvs-logs] scummvm master -> 8661afeaebb7c26857f1f78d54f35c01dd5258e6
digitall
dgturner at iee.org
Mon May 26 22:09:19 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8661afeaeb MADS: Remove unused field from SpriteAsset class.
Commit: 8661afeaebb7c26857f1f78d54f35c01dd5258e6
https://github.com/scummvm/scummvm/commit/8661afeaebb7c26857f1f78d54f35c01dd5258e6
Author: D G Turner (digitall at scummvm.org)
Date: 2014-05-26T21:13:01+01:00
Commit Message:
MADS: Remove unused field from SpriteAsset class.
Fixes CID #1216230 and 1216231.
Changed paths:
engines/mads/assets.h
diff --git a/engines/mads/assets.h b/engines/mads/assets.h
index 874eee7..9242802 100644
--- a/engines/mads/assets.h
+++ b/engines/mads/assets.h
@@ -67,7 +67,6 @@ private:
int _frameCount;
Common::Array<uint32> _frameOffsets;
Common::Array<SpriteAssetFrame> _frames;
- uint32 _frameStartOffset;
uint8 _mode;
bool _isBackground;
More information about the Scummvm-git-logs
mailing list