Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 3:30:57 PM (5 years ago)
Author:
ahuwyler
Message:

Walls are bigger

File:
1 edited

Legend:

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

    r12310 r12331  
    144144            // And its position is set as to not overstep the boundary it has just crossed.
    145145            if (position.z > this->fieldHeight_ / 2)
    146                 position.z = this->fieldHeight_ / 2;
     146                ChatManager::message("Ball hat das Feld verlassen.Jerome");
    147147            if (position.z < -this->fieldHeight_ / 2)
    148148                position.z = -this->fieldHeight_ / 2;
Note: See TracChangeset for help on using the changeset viewer.