Changeset - r18870:ef6b6162e445
[Not reviewed]
master
0 1 0
truebrain - 13 years ago 2012-01-03 10:50:06
truebrain@openttd.org
(svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_anim.hpp
Show inline comments
 
@@ -41,7 +41,7 @@ public:
 
	/* virtual */ Blitter::PaletteAnimation UsePaletteAnimation();
 

	
 
	/* virtual */ const char *GetName() { return "32bpp-anim"; }
 
	/* virtual */ int GetBytesPerPixel() { return 5; }
 
	/* virtual */ int GetBytesPerPixel() { return 6; }
 
	/* virtual */ void PostResize();
 

	
 
	/**
0 comments (0 inline, 0 general)