Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7415 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Apr 28, 2006, 1:30:13 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Super-good completion :), and extremely tired bensch

File:
1 edited

Legend:

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

    r7414 r7415  
    184184      {
    185185        retCmd = ShellCommand::getCommand(strings[2], cmdClass);
    186         paramBegin = 3;
     186          paramBegin = 3;
    187187      }
    188188      if (retCmd != NULL) // check for the paramBegin.
Note: See TracChangeset for help on using the changeset viewer.