From 7a1c90031cc477fb45f83ecdaa964f705510fc8c Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 28 Dec 2022 21:03:39 -0800 Subject: [PATCH] Disabling anniversary confetti animation on title screen --- docs/CHANGES.txt | 2 +- src/tuxpaint.c | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index c87a511ac..613d41c49 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2022.December.24 (0.9.29) +2022.December.28 (0.9.29) * Improvements to "Stamp" tool: ----------------------------- * Stamps may now be rotated. diff --git a/src/tuxpaint.c b/src/tuxpaint.c index dd9d186b7..df5045ba3 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - December 11, 2022 + June 14, 2002 - December 28, 2022 */ #include "platform.h" @@ -2332,7 +2332,10 @@ int safe_snprintf(char *str, size_t size, const char *format, ...); static int bypass_splash_wait; -#define ANNIVERSARY +/* 2022 marked the 20th anniversary of Tux Paint, so the release + that year included a special addition to the splash title screen */ + +/* #define ANNIVERSARY */ #ifdef ANNIVERSARY