Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 14, 2011, 6:45:57 PM (13 years ago)
Author:
dafrick
Message:

Fixing bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai2/src/modules/questsystem/QuestManager.h

    r8842 r8843  
    8484
    8585            QuestDescription* getDescription(Quest* item); //!< Get the QuestDescription of the input Quest.
    86             QuestDescription* getHintDescription(QuestHint* item); //!< Get the QuestDescription of the input QuestHint.
     86            QuestDescription* getDescription(QuestHint* item); //!< Get the QuestDescription of the input QuestHint.
    8787
    8888            const std::string getId(Quest* item) const; //!< Get the id of the input Quest.
    89             const std::string getHintId(QuestHint* item) const; //!< Get the id of the input QuestHint.
     89            const std::string getId(QuestHint* item) const; //!< Get the id of the input QuestHint.
    9090            // tolua_end
    9191
Note: See TracChangeset for help on using the changeset viewer.