aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/sprite.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-01-31 00:47:29 +0000
committerPaul Gilbert2010-01-31 00:47:29 +0000
commit9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94 (patch)
tree1ff9179d9a5c523a2e399d05911ad48cd9e59cd8 /engines/m4/sprite.h
parentdc8ff8c9d4405d5762a90ec2c69c5e7293581bce (diff)
downloadscummvm-rg350-9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94.tar.gz
scummvm-rg350-9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94.tar.bz2
scummvm-rg350-9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94.zip
Formatting corrections to conform to ScummVM formatting guidelines
svn-id: r47733
Diffstat (limited to 'engines/m4/sprite.h')
-rw-r--r--engines/m4/sprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/sprite.h b/engines/m4/sprite.h
index 1f39cc3c3e..49a96a6c4a 100644
--- a/engines/m4/sprite.h
+++ b/engines/m4/sprite.h
@@ -100,7 +100,7 @@ struct SpriteFrameHeader {
uint32 reserved8;
};
-class M4Sprite: public M4Surface {
+class M4Sprite : public M4Surface {
public:
int x, y;
int xOffset, yOffset;