Cut-n-paste bug.

This commit is contained in:
William Kendrick 2005-01-09 13:03:57 +00:00
parent f0bb3e7047
commit 9feba454b1

View file

@ -11038,7 +11038,7 @@ static int do_prompt_image(const char * const text, const char * const btn_yes,
img_y = img_y + img2->h + 4;
}
if (img1 != NULL)
if (img3 != NULL)
{
dest.x = img_x + (max_img_w - img3->w) / 2;
dest.y = img_y;