Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3882 in orxonox.OLD


Ignore:
Timestamp:
Apr 18, 2005, 9:11:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: little error detected when returning from not found TrackElement with children

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/track_manager.cc

    r3880 r3882  
    111111    }
    112112  // if not found
    113   else
    114     return NULL;
     113  return NULL;
    115114}
    116115
     
    141140    }
    142141  // if not found
    143   else
    144     return NULL;
     142  return NULL;
    145143}
    146144
Note: See TracChangeset for help on using the changeset viewer.