Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 20, 2004, 1:39:51 AM (19 years ago)
Author:
patrick
Message:

/orxonox/trunk: unstable - problems getting collision to compile

File:
1 edited

Legend:

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

    r3225 r3236  
    5454  this->bEnabled = true;
    5555  this->world = NULL;
    56   this->load_bindings (filename);
     56  this->loadBindings (filename);
    5757}
    5858
     
    139139  int* index;
    140140 
    141   while( parser.next_var (namebuf, valuebuf) != -1)
    142     {
    143       index = name_to_index (namebuf);
     141  while( parser.nextVar (namebuf, valuebuf) != -1)
     142    {
     143      index = nameToIndex (namebuf);
    144144      switch( index[0])
    145145        {
     
    208208}
    209209
    210 void CommandNode::process_local ()
     210void CommandNode::processLocal ()
    211211{
    212212  SDL_Event event;
Note: See TracChangeset for help on using the changeset viewer.