Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4951 in orxonox.OLD for orxonox/trunk/src/util/fast_factory.cc


Ignore:
Timestamp:
Jul 24, 2005, 11:15:00 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the new WeaponManager is online :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/fast_factory.cc

    r4950 r4951  
    194194  {
    195195    PRINTF(2)("The deadList of Class %s is empty, this may be either because it has not been filled yet, or the cache is to small.\n" \
    196         "Fabricating a new %s", this->getName(), this->getName());
     196        "Fabricating a new %s\n", this->getName(), this->getName());
    197197    this->fabricate();
    198198    return this->resurrect();
Note: See TracChangeset for help on using the changeset viewer.