Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 5:30:11 AM (17 years ago)
Author:
landauf
Message:

merged console branch into network branch

after several heavy troubles it compiles, but there is still a bug I couldn't fix: orxonox crashes as soon as one presses a key after opening the console… maybe someone else sees the problem?

File:
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/ConsoleCommand.cc

    r1445 r1446  
    3939        this->argumentCompleter_[3] = 0;
    4040        this->argumentCompleter_[4] = 0;
     41
     42        this->keybindMode_ = KeybindMode::OnPress;
     43        this->axisParamIndex_ = -1;
     44        this->bAxisRelative_ = false;
    4145    }
    4246
Note: See TracChangeset for help on using the changeset viewer.