From fe5cd640a2c5990f618a15f6c8efdd650b22ed31 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 3 Aug 2001 14:24:08 +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 ccd139cd0..085bca5b5 100644 --- a/source/enemy/nssnake.h +++ b/source/enemy/nssnake.h @@ -78,7 +78,7 @@ protected: enum { NPC_SEA_SNAKE_SPACING = 4, - NPC_SEA_SNAKE_LENGTH = 10, + NPC_SEA_SNAKE_LENGTH = 9, NPC_SEA_SNAKE_CIRCLE_CLOCKWISE = 1, NPC_SEA_SNAKE_CIRCLE_ANTICLOCKWISE = 2, };