From 2910e2076b38dd76575866de9a22d2e9e97da110 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 10 Nov 2008 14:33:18 -0500 Subject: [PATCH] Drop comet for now Due to popular demand, we're dropping the comet. The tail direction wasn't accurate and fixing it made the comet look unnatural. --- src/plugins/splash/solar/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/splash/solar/plugin.c b/src/plugins/splash/solar/plugin.c index 79745132..60523592 100644 --- a/src/plugins/splash/solar/plugin.c +++ b/src/plugins/splash/solar/plugin.c @@ -67,7 +67,7 @@ /*you can comment one or both of these out*/ /*#define SHOW_PLANETS */ -#define SHOW_COMETS +/*#define SHOW_COMETS */ #define SHOW_PROGRESS_BAR /*#define SHOW_LOGO_HALO */ -- 2.47.3