Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2005, 9:29:57 PM (18 years ago)
Author:
bensch
Message:

branches/world_entity: sync state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/world_entities/weapons/weapon_manager.cc

    r5567 r5574  
    472472        (this->currentSlotConfig[i].capability & capability & WTYPE_ALLKINDS) &&
    473473        (this->currentSlotConfig[i].capability & capability & WTYPE_ALLDIRS))
     474        {
     475        printf("%d %d %d %d\n", currentSlotConfig[i].capability, capability,  WTYPE_ALLKINDS, WTYPE_ALLDIRS);
     476
    474477      return i;
    475   }
    476   printf("SHIT\n");
     478      }
     479  }
    477480  return -1;
    478481}
Note: See TracChangeset for help on using the changeset viewer.