Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2008, 6:02:47 AM (16 years ago)
Author:
landauf
Message:

removed additional gametype_ from scoreboard
initialize scoreboard lines with visible=false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/overlays/stats/Scoreboard.h

    r2495 r2498  
    5050        virtual void tick(float dt);
    5151
    52         inline void setGametype(Gametype* gt)
    53             { this->gametype_ = gt; }
    54         inline Gametype* getGametype() const
    55             { return this->gametype_; }
    56 
    5752        inline void setCreateLines(CreateLines* cl)
    5853            { this->createlines_ = cl; }
     
    7570        float lineSpacing;
    7671        std::string columnText;
    77         Gametype* gametype_;
    7872        CreateLines* createlines_;
    7973    };
Note: See TracChangeset for help on using the changeset viewer.