Bug in mirror + flip of stamp. (Wrong variable!)

This commit is contained in:
William Kendrick 2003-09-29 01:20:58 +00:00
parent 24cad1f1c4
commit bd6083fb20

View file

@ -5767,7 +5767,7 @@ void draw_stamps(void)
src.h = 1;
dest.x = base_x + img->w - xx - 1;
dest.y = base_y + img->h - xx - 1;
dest.y = base_y + img->h - yy - 1;
SDL_BlitSurface(img, &src, screen, &dest);
}