mirror of https://github.com/OpenTTD/OpenTTD
(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
parent
fc80e722cf
commit
8de52c089d
|
@ -15,6 +15,7 @@ void Blitter_32bppAnim::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomL
|
||||||
Blitter_32bppOptimized::Draw(bp, mode, zoom);
|
Blitter_32bppOptimized::Draw(bp, mode, zoom);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const SpriteLoader::CommonPixel *src, *src_line;
|
const SpriteLoader::CommonPixel *src, *src_line;
|
||||||
uint32 *dst, *dst_line;
|
uint32 *dst, *dst_line;
|
||||||
uint8 *anim, *anim_line;
|
uint8 *anim, *anim_line;
|
||||||
|
|
Loading…
Reference in New Issue