Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. Thanks daTwitch!

This commit is contained in:
Jeff Ames
2008-03-22 23:52:48 +00:00
parent 37121bcf72
commit 9a2b289e32
6 changed files with 26 additions and 27 deletions

View File

@@ -89,7 +89,7 @@ namespace pCampBot
client.Self.Movement.AlwaysRun = false;
}
LLVector3 pos = client.Self.SimPosition;
// TODO: unused: LLVector3 pos = client.Self.SimPosition;
LLVector3 newpos = new LLVector3(somthing.Next(255), somthing.Next(255), somthing.Next(255));
client.Self.Movement.TurnToward(newpos);