Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/world_entities: zoom only onto targets, that are in front of the Player… (cheap hack)

File:
1 edited

Legend:

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

    r5574 r5576  
    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 
    477474      return i;
    478       }
    479475  }
    480476  return -1;
Note: See TracChangeset for help on using the changeset viewer.