From b65385a1bda6c19870318d90f17d26ed1230e477 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Tue, 23 Jul 2013 12:56:53 +0100
Subject: [PATCH] [Change] Accidently pushed a small NEBULAE_Z. :/

---
 src/nebulae.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nebulae.c b/src/nebulae.c
index 8661562..b066606 100644
--- a/src/nebulae.c
+++ b/src/nebulae.c
@@ -13,7 +13,7 @@
 #include "pause.h"
 #include "perlin.h"
 
-#define NEBULAE_Z             4   /* Z plane. */
+#define NEBULAE_Z             16   /* Z plane. */
 #define NEBULAE_PUFFS         32  /* Amount of puffs to generate. */
 #define NEBULAE_PATH_BG       "gen/nebu_bg_%dx%d_%02d.png"