fix rocklobber being clipped to his hex

This commit is contained in:
Jérémy Rosen 2006-07-29 22:49:28 +00:00
parent c989fe09b0
commit b4a1ce8407

View File

@ -1853,7 +1853,7 @@ void unit::redraw_unit(display& disp,gamemap::location hex)
}else{
loc = image::locator(image_name);
}
surface image(image::get_image(loc,utils::string_bool(get_state("stoned"))?image::GREYED : image::SCALED));
surface image(image::get_image(loc,utils::string_bool(get_state("stoned"))?image::GREYED : image::UNSCALED));
if(image ==NULL) {
image = still_image();
}