Changeset - r19117:977ce481d497
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2012-02-25 17:22:57
frosch@openttd.org
(svn r23988) -Fix: Typo in comment.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_optimized.cpp
Show inline comments
 
@@ -215,7 +215,7 @@ Sprite *Blitter_32bppOptimized::Encode(S
 
	Colour *dst_px_orig[ZOOM_LVL_COUNT];
 

	
 
	/* interleaved stream of 'm' channel and 'n' channel
 
	 * 'n' is number if following pixels with the same alpha channel class
 
	 * 'n' is number of following pixels with the same alpha channel class
 
	 * there are 3 classes: 0, 255, others
 
	 *
 
	 * it has to be stored in one stream so fewer registers are used -
0 comments (0 inline, 0 general)