(svn r18683) -Fix: it's not an other

This commit is contained in:
rubidium
2010-01-01 18:45:40 +00:00
parent b8214ed995
commit 3de085a143
16 changed files with 19 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ bool SpriteLoaderGrf::LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot,
sprite->AllocateData(sprite->width * sprite->height);
/* When there are transparency pixels, this format has an other trick.. decode it */
/* When there are transparency pixels, this format has another trick.. decode it */
if (type & 0x08) {
for (int y = 0; y < sprite->height; y++) {
bool last_item = false;