Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6664 in orxonox.OLD for trunk/src/util/loading/resource_manager.cc


Ignore:
Timestamp:
Jan 24, 2006, 11:23:53 AM (18 years ago)
Author:
bensch
Message:

trunk: small fix in resource/ammos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/resource_manager.cc

    r6655 r6664  
    668668        else
    669669        {
    670           PRINTF(2)("unable to unload %s because there are still %d references to it\n",
    671                     this->resourceList[index]->name, this->resourceList[index]->count);
     670          if (round == 3)
     671            PRINTF(2)("unable to unload %s because there are still %d references to it\n",
     672                      this->resourceList[index]->name, this->resourceList[index]->count);
    672673          removeCount++;
    673674        }
Note: See TracChangeset for help on using the changeset viewer.