Halloween, Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2019-11-02 01:01:11 +01:00
commit 70d9da8369
4 changed files with 53 additions and 76 deletions

View file

@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - September 21, 2019
June 14, 2002 - October 5, 2019
*/
@ -24416,7 +24416,7 @@ static void setup(void)
printf("%s\n", tmp_str);
#endif
snprintf(tmp_str, sizeof(tmp_str), "© 20022018 Bill Kendrick et al.");
snprintf(tmp_str, sizeof(tmp_str), "© 20022019 Bill Kendrick et al.");
tmp_surf = render_text(medium_font, tmp_str, black);
dest.x = 10;
dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);