diff options
| author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-03-26 18:23:05 -0700 | 
|---|---|---|
| committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-03-26 18:23:05 -0700 | 
| commit | 92257b55a405f3625cbbcf07357b3ca929a04882 (patch) | |
| tree | d8c2d3b5602d6d0cda87f72f0a13046a1a18ddde /scripts | |
| parent | 0afe2491ab6a05bf62a2fce438dfdbbaf0b191df (diff) | |
DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, so if it breaks a build, just revert to the previous changeset.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/messages/message_template.msg | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index d4f791c202..7813bfba83 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2061,6 +2061,10 @@ version 2.0  		{	IsPhantom		BOOL	}  		{	CastsShadows	BOOL	}  	} +    { +		ExtraPhysics        Variable +		{   PhysicsRep      U8      } +	}  } | 
