Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1919 in orxonox.OLD for orxonox/trunk/core/shoot_laser.cc


Ignore:
Timestamp:
Jun 7, 2004, 11:14:21 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: gc modified, player moves with world, collision detection works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/shoot_laser.cc

    r1900 r1919  
    5757      /* fix2: conditions, that a struct tree can be cut off */
    5858      /* fix3: more efficent and nicer please */
    59       if (tmpShoot->yCor > 20)
     59      if (tmpShoot->yCor - DataTank::yOffset > 20)
    6060        {
    6161          /* normal case: delete one element, link the others */
Note: See TracChangeset for help on using the changeset viewer.