diff options
author | truelight <truelight@openttd.org> | 2007-09-10 00:05:27 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-09-10 00:05:27 +0000 |
commit | 8de52c089d21624dde53af646527cd4b601df157 (patch) | |
tree | 7380b6b4f7d9dfbc5c02fbada5d4ceb788a0a7f3 /src/blitter | |
parent | fc80e722cf64454515831ea9c645e6b25ed3d5b5 (diff) | |
download | openttd-8de52c089d21624dde53af646527cd4b601df157.tar.xz |
(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
Diffstat (limited to 'src/blitter')
-rw-r--r-- | src/blitter/32bpp_anim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blitter/32bpp_anim.cpp b/src/blitter/32bpp_anim.cpp index 290739e4e..c2cca0721 100644 --- a/src/blitter/32bpp_anim.cpp +++ b/src/blitter/32bpp_anim.cpp @@ -15,6 +15,7 @@ void Blitter_32bppAnim::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomL Blitter_32bppOptimized::Draw(bp, mode, zoom); return; } + const SpriteLoader::CommonPixel *src, *src_line; uint32 *dst, *dst_line; uint8 *anim, *anim_line; |