Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 11:00:46 AM (16 years ago)
Author:
dafrick
Message:

Ready for merge! (It won't compile after the merge, though ;) )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem/src/orxonox/objects/QuestDescription.cc

    r2076 r2081  
    5252        XMLPortParam(QuestDescription, "description", setDescription, getDescription, xmlelement, mode);
    5353       
    54         COUT(1) << "New QuestDescription with title '" << this->getTitle() << "' created." << std::endl;
     54        COUT(3) << "New QuestDescription with title '" << this->getTitle() << "' created." << std::endl;
    5555    }
    5656   
Note: See TracChangeset for help on using the changeset viewer.