Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 5:15:43 PM (5 years ago)
Author:
ahuwyler
Message:

Here and there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12360 r12366  
    4949#include "OrxoBloxCenterpoint.h"
    5050#include "OrxoBloxBall.h"
    51 //#include "OrxoBloxBot.h"//Remove??
    5251#include "OrxoBloxStones.h"
    5352#include "OrxoBloxWall.h"
     
    6463        Constructor. Registers and initializes the object.
    6564    */
    66     OrxoBlox::OrxoBlox(Context* context) : ::orxonox::Deathmatch::Deathmatch(context)
     65    OrxoBlox::OrxoBlox(Context* context) : Deathmatch(context)
    6766    {
    6867        RegisterObject(OrxoBlox);
     
    147146            this->ball_->setSpeed(0);
    148147            this->ball_->setAccelerationFactor(this->center_->getBallAccelerationFactor());
    149             this->ball_->setBatLength(this->center_->getBatLength());
    150 
     148           
    151149            level_=1;
    152150
Note: See TracChangeset for help on using the changeset viewer.