File diff r27105:4235592d0ef1 → r27106:2d95beb51290
src/sprite.cpp
Show inline comments
 
@@ -119,7 +119,7 @@ void DrawCommonTileSeqInGUI(int x, int y
 
			Point pt = RemapCoords(dtss->delta_x, dtss->delta_y, dtss->delta_z);
 
			DrawSprite(image, pal, x + UnScaleGUI(pt.x), y + UnScaleGUI(pt.y));
 

	
 
			const Sprite *spr = GetSprite(image & SPRITE_MASK, ST_NORMAL);
 
			const Sprite *spr = GetSprite(image & SPRITE_MASK, SpriteType::Normal);
 
			child_offset.x = UnScaleGUI(pt.x + spr->x_offs);
 
			child_offset.y = UnScaleGUI(pt.y + spr->y_offs);
 
		} else {