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

    r2226 r2251  
    3030    @file Quest.cc
    3131    @brief
    32         Implementation of the Quest class.
     32    Implementation of the Quest class.
    3333*/
    3434
     
    380380        }
    381381       
    382         COUT(2) << "A non-startable quest was trying to be started." << std::endl;
     382        COUT(4) << "A non-startable quest was trying to be started." << std::endl;
    383383        return false;
    384384    }
Note: See TracChangeset for help on using the changeset viewer.