Changeset - r2015:73fac0e1e64b
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-06 06:18:53
tron@openttd.org
(svn r2523) Readd a comment which got lost in r2522
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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();
0 comments (0 inline, 0 general)