Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 3:36:47 PM (15 years ago)
Author:
dafrick
Message:

Some verry small changes…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.h

    r2352 r2383  
    4646{
    4747
    48     //! The status of the hint.
     48    //! The state of the hint.
    4949    enum Enum
    5050    {
     
    9595        private:
    9696            Quest* quest_; //!< The Quest the QuestHint belongs to.
    97             std::map<const PlayerInfo*, questHintStatus::Enum> playerStatus_; //!< List of the status for each player, with the Player-pointer as key.
     97            std::map<const PlayerInfo*, questHintStatus::Enum> playerStatus_; //!< List of the states for each player, with the Player-pointer as key.
    9898
    9999    };
Note: See TracChangeset for help on using the changeset viewer.