Removed CHARACTER_TURN_SPEED_MULTIPLIER which was removed before release.

This commit is contained in:
Ima Mechanique 2012-11-18 19:11:38 +00:00
parent e0fd0904d2
commit 244bed413e

View file

@ -316,7 +316,6 @@ namespace LSLEditor
public static readonly integer CHARACTER_MAX_ANGULAR_SPEED = 10; public static readonly integer CHARACTER_MAX_ANGULAR_SPEED = 10;
public static readonly integer CHARACTER_MAX_DECEL = 9; public static readonly integer CHARACTER_MAX_DECEL = 9;
public static readonly integer CHARACTER_RADIUS = 2; 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_A = 0;
public static readonly integer CHARACTER_TYPE_B = 1; public static readonly integer CHARACTER_TYPE_B = 1;
public static readonly integer CHARACTER_TYPE_C = 2; public static readonly integer CHARACTER_TYPE_C = 2;