fix bug #20099 add the image to the data used for refresh

This commit is contained in:
Jérémy Rosen 2012-10-07 16:18:23 +00:00
parent 3eabc6df85
commit 4d9727cbc9

View File

@ -2166,6 +2166,8 @@ bool unit::invalidate(const map_location &loc)
params.y -= height_adjust;
params.halo_y -= height_adjust;
params.image_mod = image_mods();
params.halo_mod = TC_image_mods();
params.image= absolute_image();
result |= get_animation()->invalidate(params);
}