From 244bed413e345bff6e1cce64d1ad01f752da406a Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 18 Nov 2012 19:11:38 +0000 Subject: [PATCH] Removed CHARACTER_TURN_SPEED_MULTIPLIER which was removed before release. --- trunk/SecondLife/SecondLifeMain.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index 262d8a4..881be46 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -316,7 +316,6 @@ namespace LSLEditor public static readonly integer CHARACTER_MAX_ANGULAR_SPEED = 10; public static readonly integer CHARACTER_MAX_DECEL = 9; public static readonly integer CHARACTER_RADIUS = 2; - public static readonly integer CHARACTER_TURN_SPEED_MULTIPLIER = 12; public static readonly integer CHARACTER_TYPE_A = 0; public static readonly integer CHARACTER_TYPE_B = 1; public static readonly integer CHARACTER_TYPE_C = 2;