Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2009, 1:15:52 AM (15 years ago)
Author:
landauf
Message:

some small adjustments in PongAI and related classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/gametypes/Pong.cc

    r2839 r2872  
    151151        Deathmatch::playerScored(player);
    152152
     153        if (this->center_)
     154        {
     155            this->center_->fireEvent();
     156        }
     157
    153158        if (this->ball_)
    154159        {
Note: See TracChangeset for help on using the changeset viewer.