Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2016, 4:04:45 PM (7 years ago)
Author:
ooguz
Message:

Distance Trigger base methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/QuestGuide_HS16/src/modules/waypoints/WaypointGroup.cc

    r11298 r11309  
    6363    Waypoint* WaypointGroup::getActive(){
    6464          if (activeWaypoint == nullptr){
    65                                     orxout() << "OOOOOOOOOO" << endl;
    66 
     65            orxout() << "Null Pointer" << endl;
    6766            activateNext();
    6867
    69           }           
     68          }
     69          //else if (activeWaypoint->)           
    7070          return activeWaypoint;
    7171    }
     
    7676                object->enable_waypoint();
    7777                activeWaypoint = object;
     78                break;
    7879            }
    7980        }
Note: See TracChangeset for help on using the changeset viewer.