Changeset 1919 in orxonox.OLD for orxonox/trunk/core/shoot_laser.cc
- Timestamp:
- Jun 7, 2004, 11:14:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/shoot_laser.cc
r1900 r1919 57 57 /* fix2: conditions, that a struct tree can be cut off */ 58 58 /* fix3: more efficent and nicer please */ 59 if (tmpShoot->yCor > 20)59 if (tmpShoot->yCor - DataTank::yOffset > 20) 60 60 { 61 61 /* normal case: delete one element, link the others */
Note: See TracChangeset
for help on using the changeset viewer.