author | tron |
Wed, 06 Jul 2005 06:18:53 +0000 | |
changeset 2015 | 3eec709611f8 |
parent 2014 | 0230ed9186bc |
child 2016 | 9713b1ba1b6d |
spritecache.c | file | annotate | diff | comparison | revisions |
--- a/spritecache.c Tue Jul 05 19:54:35 2005 +0000 +++ b/spritecache.c Wed Jul 06 06:18:53 2005 +0000 @@ -185,7 +185,7 @@ 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();