Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2015, 10:30:56 PM (9 years ago)
Author:
gania
Message:

added other weapons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/FlyingController.h

    r10881 r10885  
    5656            void setSpread (int spread)
    5757                { this->spread_ = spread; }
    58             int getSpread ()
     58            int getSpread () const
    5959                { return this->spread_; }
    6060
    6161            void setFormationModeXML(std::string val);
    62             std::string getFormationModeXML();
     62            std::string getFormationModeXML() const;
    6363
    6464            void setFormationMode(FormationMode::Value val)
Note: See TracChangeset for help on using the changeset viewer.