Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5184 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc


Ignore:
Timestamp:
Sep 15, 2005, 10:09:02 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: simple ClassCompletion… had to sleep about it… now i've got to learn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.cc

    r5182 r5184  
    5353    evh->subscribe(this, ES_SHELL, i);
    5454
    55   this->completion = new ShellCompletion;
     55  this->completion = new ShellCompletion(this);
    5656}
    5757
     
    210210      this->debug();
    211211    else if (event.type == SDLK_TAB)
    212       this->completion->autoComplete(this);
     212      this->completion->autoComplete();
    213213    else if (event.type == SDLK_BACKSPACE)
    214214    {
Note: See TracChangeset for help on using the changeset viewer.