(svn r2523) Readd a comment which got lost in r2522

This commit is contained in:
tron 2005-07-06 06:18:53 +00:00
parent a06b2fdc44
commit 513dc78ebc
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ static void* ReadSprite(SpriteID id)
sprite = AllocSprite(sizeof(*sprite) + num);
_sprite_ptr[id] = sprite;
sprite->info = type;
sprite->height = (id != 142) ? height : 10;
sprite->height = (id != 142) ? height : 10; // Compensate for a TTD bug
sprite->width = width;
sprite->x_offs = FioReadWord();
sprite->y_offs = FioReadWord();