aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorMW2007-10-31 09:18:24 +0000
committerMW2007-10-31 09:18:24 +0000
commita9ad16b13acb0865b379e81c86d32eb44d277c56 (patch)
treee1a8c9aa8fccbd9e8c3114b4e7ca162bee83b7c3 /OpenSim/Region/Examples
parentadded .dat extension to dumped asset files (diff)
downloadopensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.zip
opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.tar.gz
opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.tar.bz2
opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.tar.xz
some small changes
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index f7fdbb5..9ed1f35 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -161,11 +161,12 @@ namespace SimpleApp
161 get { return lastName; } 161 get { return lastName; }
162 } 162 }
163 163
164
164 public virtual void OutPacket(Packet newPack) 165 public virtual void OutPacket(Packet newPack)
165 { 166 {
166 } 167 }
167 168
168 public virtual void SendWearables(AvatarWearable[] wearables) 169 public virtual void SendWearables(AvatarWearable[] wearables, int serial)
169 { 170 {
170 } 171 }
171 172