This commit is contained in:
Charles 2001-08-03 14:24:08 +00:00
parent cc438eaece
commit fe5cd640a2

View File

@ -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,
};