spritecache.c
changeset 2015 9b872f3a0c2b
parent 2014 ccfe4fa81a14
child 2026 567e3bc9af72
--- 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();