File diff r2014:c6a34c339dda → r2015:73fac0e1e64b
spritecache.c
Show inline comments
 
@@ -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();