Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 11:09:18 AM (5 years ago)
Author:
ahuwyler
Message:

We have a list of all stones

File:
1 edited

Legend:

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

    r12337 r12343  
    9898            WeakPtr<OrxoBloxBall> ball_; //!< The OrxoBlox ball.
    9999            unsigned int level_;
    100            
     100
    101101            WeakPtr<OrxoBloxShip> playership;
    102102            PlayerInfo* player_;
     
    104104           
    105105            WeakPtr<OrxoBloxWall> futureWall_;
    106             WeakPtr<OrxoBloxWall> activeWalls_[6]; //6 is the number of wallls in the game.
     106            std::vector<OrxoBloxWall*> activeWalls_;
     107            std::list<StrongPtr<OrxoBloxStones>> stones_; //!< A list of all stones in play.
     108
    107109    };
    108110}
Note: See TracChangeset for help on using the changeset viewer.