mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r23988) -Fix: Typo in comment.
This commit is contained in:
parent
df54f25efe
commit
dac51654fe
@ -215,7 +215,7 @@ Sprite *Blitter_32bppOptimized::Encode(SpriteLoader::Sprite *sprite, AllocatorPr
|
||||
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 -
|
||||
|
Loading…
Reference in New Issue
Block a user