From 06aa2784140d97c99b16bd3cafdd027d383090db Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 12 Oct 2011 13:59:27 -0400 Subject: [PATCH] Tunnel mode: create more layers initially --- modes/Tunnel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/Tunnel.cc b/modes/Tunnel.cc index 638a852..e3e9d5c 100644 --- a/modes/Tunnel.cc +++ b/modes/Tunnel.cc @@ -12,7 +12,7 @@ using namespace std; -#define N_INITIAL_LAYERS 5 +#define N_INITIAL_LAYERS 8 #define N_LOGOS_PER_RING 12 #define RING_RADIUS 18 #define BREAKOFF_DIST 80