Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 10:33:59 PM (19 years ago)
Author:
snellen
Message:

some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/heathaze/src/world_entities/script_trigger.cc

    r9869 r10287  
    188188  if( !invert && this->distance(target) < radius)
    189189  {
     190  //  printf("Trigger position is: %f %f %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z);
     191  //  printf("Target position is: %f %f %f \n", this->target->getAbsCoor().x, this->target->getAbsCoor().y, this->target->getAbsCoor().z);
    190192    executeAction(timestep);
    191193    scriptCalled = true;
Note: See TracChangeset for help on using the changeset viewer.