Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8350 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Jun 13, 2006, 10:01:55 PM (18 years ago)
Author:
bensch
Message:

fixed out some warnings

File:
1 edited

Legend:

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

    r7221 r8350  
    190190  PRINTF(3)("not creating new Objects for class %s, because the requested count already exists\n", this->getClassName());
    191191}*/
    192   for (int i = this->storedDeadObjects; i < count; i++)
     192  for (unsigned int i = this->storedDeadObjects; i < count; i++)
    193193  {
    194194    this->fabricate();
Note: See TracChangeset for help on using the changeset viewer.