1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 15:39:09 +00:00

(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

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();