summaryrefslogtreecommitdiff
path: root/src/blitter/32bpp_sse4.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-01-13 18:12:33 +0000
committerrubidium <rubidium@openttd.org>2014-01-13 18:12:33 +0000
commitfdf55a1a484aab3fe5e169574fd3dd5c982b1913 (patch)
tree1226d8cf60fee861bceee5e8d977649ef24f4f66 /src/blitter/32bpp_sse4.hpp
parentf5f4f8a4b3a25b0746133a4b13ad2d14e6f2eca9 (diff)
downloadopenttd-fdf55a1a484aab3fe5e169574fd3dd5c982b1913.tar.xz
(svn r26258) -Codechange: deduplicate Draw methods (MJP)
Diffstat (limited to 'src/blitter/32bpp_sse4.hpp')
-rw-r--r--src/blitter/32bpp_sse4.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/blitter/32bpp_sse4.hpp b/src/blitter/32bpp_sse4.hpp
index 7a3332d87..38f00920c 100644
--- a/src/blitter/32bpp_sse4.hpp
+++ b/src/blitter/32bpp_sse4.hpp
@@ -17,6 +17,11 @@
#ifndef SSE_VERSION
#define SSE_VERSION 4
#endif
+
+#ifndef FULL_ANIMATION
+#define FULL_ANIMATION 0
+#endif
+
#include "32bpp_ssse3.hpp"
/** The SSE4 32 bpp blitter (without palette animation). */