add indexes for new visual parameters shape_hover and

APPEARANCEMESSAGE_VERSION. For reference only, this aren't used in sim for
now
avinationmerge
UbitUmarov 2013-06-07 23:18:48 +01:00
parent c173c2eed5
commit ed7fe6239c
1 changed files with 6 additions and 1 deletions

View File

@ -1626,7 +1626,12 @@ namespace OpenSim.Framework
BREAST_PHYSICS_LEFTRIGHT_MAX_EFFECT = 247,
BREAST_PHYSICS_LEFTRIGHT_SPRING= 248,
BREAST_PHYSICS_LEFTRIGHT_GAIN = 249,
BREAST_PHYSICS_LEFTRIGHT_DAMPING = 250
BREAST_PHYSICS_LEFTRIGHT_DAMPING = 250,
// Ubit: 07/96/2013 new parameters
_APPEARANCEMESSAGE_VERSION = 251, //ID 11000
SHAPE_HOVER = 252, //ID 11001
}
#endregion
}