Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2008, 4:31:36 PM (15 years ago)
Author:
dafrick
Message:

Some cleanup…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/LocalQuest.cc

    r2205 r2251  
    3030    @file LocalQuest.cc
    3131    @brief
    32         Implementation of the LocalQuest class.
     32    Implementation of the LocalQuest class.
    3333*/
    3434
     
    9393        }
    9494       
    95         COUT(2) << "A non-failable quest was trying to be failed." << std::endl;
     95        COUT(4) << "A non-failable quest was trying to be failed." << std::endl;
    9696        return false;
    9797    }
     
    100100    @brief
    101101        Completes the Quest for a given player.
    102         Invokes all the complete QuestEffects on the player.
     102    Invokes all the complete QuestEffects on the player.
    103103    @param player
    104104        The player.
     
    115115        }
    116116       
    117         COUT(2) << "A non-completable quest was trying to be completed." << std::endl;
     117        COUT(4) << "A non-completable quest was trying to be completed." << std::endl;
    118118        return false;
    119119    }
Note: See TracChangeset for help on using the changeset viewer.