Phantom Avatar no longer works, not on SL, not on OpenSim. Bye Phantom~
This commit is contained in:
@@ -229,8 +229,6 @@ private:
|
||||
// Statics
|
||||
//
|
||||
|
||||
BOOL LLAgent::exlPhantom = 0;
|
||||
|
||||
const F32 LLAgent::TYPING_TIMEOUT_SECS = 5.f;
|
||||
|
||||
std::map<std::string, std::string> LLAgent::sTeleportErrorMessages;
|
||||
@@ -651,17 +649,6 @@ BOOL LLAgent::getFlying() const
|
||||
return mControlFlags & AGENT_CONTROL_FLY;
|
||||
}
|
||||
|
||||
// Better Set Phantom options ~Charbl
|
||||
void LLAgent::setPhantom(BOOL phantom)
|
||||
{
|
||||
exlPhantom = phantom;
|
||||
}
|
||||
|
||||
BOOL LLAgent::getPhantom()
|
||||
{
|
||||
return exlPhantom;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// setFlying()
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -757,13 +744,6 @@ void LLAgent::standUp()
|
||||
// [/RLVa:KB]
|
||||
}
|
||||
|
||||
void LLAgent::togglePhantom()
|
||||
{
|
||||
BOOL phan = !(exlPhantom);
|
||||
|
||||
setPhantom( phan );
|
||||
}
|
||||
|
||||
void LLAgent::handleServerBakeRegionTransition(const LLUUID& region_id)
|
||||
{
|
||||
llinfos << "called" << llendl;
|
||||
|
||||
Reference in New Issue
Block a user