Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2019, 3:49:58 PM (5 years ago)
Author:
ahuwyler
Message:

Changed OrxoBlox.cc

File:
1 edited

Legend:

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

    r12212 r12260  
    9494            WeakPtr<OrxoBloxCenterpoint> center_; //!< The playing field.
    9595            WeakPtr<OrxoBloxBall> ball_; //!< The OrxoBlox ball.
    96             WeakPtr<OrxoBloxBat> bat_[2]; //!< The two bats.
     96            WeakPtr<OrxoBloxBat> bat_[1]; //!< The two bats.
    9797            Timer starttimer_; //!< A timer to delay the start of the game.
    9898            int scoreLimit_; //!< If a player scored that much points, the game is ended.
Note: See TracChangeset for help on using the changeset viewer.