Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7488 in orxonox.OLD for trunk/src/util/singleplayer_shootemup.cc


Ignore:
Timestamp:
May 3, 2006, 12:03:47 AM (18 years ago)
Author:
patrick
Message:

orxonox: mission manager less verbose and more secure now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/singleplayer_shootemup.cc

    r7464 r7488  
    107107void SingleplayerShootemup::checkGameRules(float dt)
    108108{
    109   PRINTF(0)("===========| Printing Mission State:\n");
     109//   PRINTF(0)("===========| Printing Mission State:\n");
    110110  for (std::vector<MissionGoal*>::iterator it = this->missionList.begin(); it != this->missionList.end(); it++)
    111111  {
    112112    if( (*it)->checkMissionGoal(dt) != MS_ACCOMPLISHED)
    113113    {
    114       PRINTF(0)("  Mission \"%s\" is not finished yet\n", (*it)->getMissionName().c_str());
     114//       PRINTF(0)("  Mission \"%s\" is not finished yet\n", (*it)->getMissionName().c_str());
    115115    }
    116116  }
Note: See TracChangeset for help on using the changeset viewer.