From 33f70e96342e1345491ce9d8129b4de465b60c64 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 5 Jul 2001 22:46:04 +0000 Subject: [PATCH] --- source/enemy/nssnake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nssnake.h b/source/enemy/nssnake.h index 36c69c943..7e34adc17 100644 --- a/source/enemy/nssnake.h +++ b/source/enemy/nssnake.h @@ -76,7 +76,7 @@ protected: enum { - NPC_SEA_SNAKE_SPACING = 6, + NPC_SEA_SNAKE_SPACING = 4, NPC_SEA_SNAKE_LENGTH = 10, NPC_SEA_SNAKE_CIRCLE_CLOCKWISE = 1, NPC_SEA_SNAKE_CIRCLE_ANTICLOCKWISE = 2,