RLVa impl updated to that used in v3. Hooked RLVa restrictions back into wearables. New RLVa floater: 'Locks...' Also updated 'Restrictions...' floater.
This commit is contained in:
@@ -338,8 +338,11 @@ void LLViewerJoystick::handleRun(F32 inc)
|
||||
if (1 == mJoystickRun)
|
||||
{
|
||||
++mJoystickRun;
|
||||
gAgent.setRunning();
|
||||
gAgent.sendWalkRun(gAgent.getRunning());
|
||||
// gAgent.setRunning();
|
||||
// gAgent.sendWalkRun(gAgent.getRunning());
|
||||
// [RLVa:KB] - Checked: 2011-05-11 (RLVa-1.3.0i) | Added: RLVa-1.3.0i
|
||||
gAgent.setTempRun();
|
||||
// [/RLVa:KB]
|
||||
}
|
||||
else if (0 == mJoystickRun)
|
||||
{
|
||||
@@ -354,8 +357,11 @@ void LLViewerJoystick::handleRun(F32 inc)
|
||||
--mJoystickRun;
|
||||
if (0 == mJoystickRun)
|
||||
{
|
||||
gAgent.clearRunning();
|
||||
gAgent.sendWalkRun(gAgent.getRunning());
|
||||
// gAgent.clearRunning();
|
||||
// gAgent.sendWalkRun(gAgent.getRunning());
|
||||
// [RLVa:KB] - Checked: 2011-05-11 (RLVa-1.3.0i) | Added: RLVa-1.3.0i
|
||||
gAgent.clearTempRun();
|
||||
// [/RLVa:KB]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user