Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 1:42:05 PM (15 years ago)
Author:
dafrick
Message:

Once again, I failed to test whether it would compile. ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc

    r2375 r2376  
    108108        }
    109109
    110         COUT(3) << "Quest {" << this->getQuestId() << "} successfully added to player: " << player << " ." std::endl;
     110        COUT(3) << "Quest {" << this->getQuestId() << "} successfully added to player: " << player << " ." << std::endl;
    111111        return true;
    112112    }
Note: See TracChangeset for help on using the changeset viewer.