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/GlobalQuest.cc

    r2226 r2251  
    3030    @file GlobalQuest.cc
    3131    @brief
    32         Implementation of the GlobalQuest class.
     32    Implementation of the GlobalQuest class.
    3333*/
    3434
     
    101101        }
    102102       
    103         COUT(2) << "A non-completable quest was trying to be failed." << std::endl;
     103        COUT(4) << "A non-completable quest was trying to be failed." << std::endl;
    104104        return false;
    105105    }
     
    131131        }
    132132       
    133         COUT(2) << "A non-completable quest was trying to be completed." << std::endl;
     133        COUT(4) << "A non-completable quest was trying to be completed." << std::endl;
    134134        return false;
    135135    }
     
    203203        }
    204204
    205         return questStatus::inactive;
     205    return questStatus::inactive;
    206206    }
    207207
Note: See TracChangeset for help on using the changeset viewer.