Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 10:05:34 AM (16 years ago)
Author:
rgrieder
Message:
  • little changes, added Fighter (commented)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Fighter.cc

    r645 r650  
    4747        RegisterObject(Fighter);
    4848
    49         SetConfigValue(bInvertMouse_, true);
     49        SetConfigValue(bInvertMouse_, false);
    5050
    5151        this->setMouseEventCallback_ = false;
     
    203203    {
    204204        this->mouseX += e.state.X.rel;
    205         if (this->bInvertMouse_)
    206             this->mouseY += e.state.Y.rel;
    207         else
     205        //if (this->bInvertMouse_)
     206            //this->mouseY += e.state.Y.rel;
     207        //else
    208208            this->mouseY -= e.state.Y.rel;
    209209
Note: See TracChangeset for help on using the changeset viewer.