aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-01-27 19:47:41 +0000
committerJordi Vilalta Prat2008-01-27 19:47:41 +0000
commit66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 (patch)
treee27aadabecd8dd910884280e6559ff9c94c3d73c /engines/sword1
parent278857698dc7b1623096fe1ad12511dc4c886c7e (diff)
downloadscummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.tar.gz
scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.tar.bz2
scummvm-rg350-66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985.zip
Removed trailing spaces.
svn-id: r30664
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/animation.h4
-rw-r--r--engines/sword1/module.mk2
-rw-r--r--engines/sword1/resman.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h
index db3ea75fd9..0837814c69 100644
--- a/engines/sword1/animation.h
+++ b/engines/sword1/animation.h
@@ -132,9 +132,9 @@ protected:
void updateScreen(void);
};
-#endif
+#endif
-#ifdef USE_MPEG2
+#ifdef USE_MPEG2
class AnimationState : public Graphics::BaseAnimationState {
private:
diff --git a/engines/sword1/module.mk b/engines/sword1/module.mk
index 5db32e57c1..1ee62af853 100644
--- a/engines/sword1/module.mk
+++ b/engines/sword1/module.mk
@@ -25,5 +25,5 @@ ifdef BUILD_PLUGINS
PLUGIN := 1
endif
-# Include common rules
+# Include common rules
include $(srcdir)/rules.mk
diff --git a/engines/sword1/resman.h b/engines/sword1/resman.h
index 2bd3955db5..a0a8bb6c4c 100644
--- a/engines/sword1/resman.h
+++ b/engines/sword1/resman.h
@@ -78,7 +78,7 @@ public:
Header *lockScript(uint32 scrID);
void unlockScript(uint32 scrID);
FrameHeader *fetchFrame(void *resourceData, uint32 frameNo);
-
+
uint16 getUint16(uint16 value) {
return (_isBigEndian) ? FROM_BE_16(value): FROM_LE_16(value);
}