Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3214 in orxonox.OLD for orxonox/trunk/src/command_node.cc


Ignore:
Timestamp:
Dec 18, 2004, 3:28:01 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: cleaned up orxonox.cc, deleted unused code

File:
1 edited

Legend:

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

    r3213 r3214  
    3333CommandNode::CommandNode (int ID)
    3434{
    35   this->bound = new List();
     35  this->bound = new tList<WorldEntity>();
    3636  this->aliases = NULL;
    3737  this->netID = ID;
     
    4949  this->bLocalInput = true;
    5050  this->netID = 0;
    51   this->bound = new List();
     51  this->bound = new tList<WorldEntity>();
    5252  this->bEnabled = true;
    5353  this->load_bindings (filename);
Note: See TracChangeset for help on using the changeset viewer.