improved punkbuster

This commit is contained in:
logsol 2014-06-07 17:52:33 +02:00
parent e7052754c3
commit a4120f6ff5
4 changed files with 19 additions and 5 deletions

View file

@ -56,6 +56,11 @@ function (Parent, Settings) {
return this.doll.isAnotherPlayerNearby();
};
Me.prototype.resetPositionState = function(options) {
this.doll.body.SetPosition(options.p);
this.doll.body.SetLinearVelocity(options.lv);
};
return Me;
});