Disabling anniversary confetti animation on title screen

This commit is contained in:
Bill Kendrick 2022-12-28 21:03:39 -08:00
parent 866c5f6483
commit 7a1c90031c
2 changed files with 6 additions and 3 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/ https://tuxpaint.org/
2022.December.24 (0.9.29) 2022.December.28 (0.9.29)
* Improvements to "Stamp" tool: * Improvements to "Stamp" tool:
----------------------------- -----------------------------
* Stamps may now be rotated. * Stamps may now be rotated.

View file

@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt) (See COPYING.txt)
June 14, 2002 - December 11, 2022 June 14, 2002 - December 28, 2022
*/ */
#include "platform.h" #include "platform.h"
@ -2332,7 +2332,10 @@ int safe_snprintf(char *str, size_t size, const char *format, ...);
static int bypass_splash_wait; 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 #ifdef ANNIVERSARY