Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2009, 4:56:37 AM (15 years ago)
Author:
scheusso
Message:

some fixes and changes (also signalhandler)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc

    r3099 r3103  
    5454        if (base)
    5555        {
     56            if ( !originator )
     57                return false;
    5658            std::set<TeamBaseMatchBase*>::const_iterator it = this->bases_.find(base);
    5759            if (it != this->bases_.end())
Note: See TracChangeset for help on using the changeset viewer.