Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2016, 4:08:32 PM (8 years ago)
Author:
plehmann
Message:

added a MoveToTask TODO implement the update function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h

    r11183 r11187  
    8585
    8686            // List of events to walk through sorted by starting times
    87             std::list<Task*> taskList_;
     87            std::list<Task> taskList_;
    8888
    8989
    9090            //List of Tasks currently active
    91             std::vector<Task*> activeTasks_;
     91            std::vector<Task> activeTasks_;
    9292
    9393            // Time since the creation of this ScriptController object
Note: See TracChangeset for help on using the changeset viewer.