[Orxonox-commit 473] r3048 - branches/netp3/src/orxonox/objects/worldentities
scheusso at orxonox.net
scheusso at orxonox.net
Mon May 25 01:12:52 CEST 2009
Author: scheusso
Date: 2009-05-25 01:12:52 +0200 (Mon, 25 May 2009)
New Revision: 3048
Modified:
branches/netp3/src/orxonox/objects/worldentities/PongBat.cc
Log:
some adjustments in order to make network playing of pong smoother
Modified: branches/netp3/src/orxonox/objects/worldentities/PongBat.cc
===================================================================
--- branches/netp3/src/orxonox/objects/worldentities/PongBat.cc 2009-05-24 22:47:15 UTC (rev 3047)
+++ branches/netp3/src/orxonox/objects/worldentities/PongBat.cc 2009-05-24 23:12:52 UTC (rev 3048)
@@ -53,8 +53,8 @@
void PongBat::registerVariables()
{
registerVariable(this->speed_);
- registerVariable(this->speed_);
- registerVariable(this->speed_);
+ registerVariable(this->fieldHeight_);
+ registerVariable(this->length_);
}
void PongBat::tick(float dt)
More information about the Orxonox-commit
mailing list