This commit is contained in:
parent
8a89d6deea
commit
75649b9bef
12 changed files with 132 additions and 37 deletions
|
@ -119,6 +119,10 @@ void CPlayerStateRun::think(CPlayerModeBase *_playerMode)
|
|||
{
|
||||
switchedState=_playerMode->setState(STATE_LOOKDOWN);
|
||||
}
|
||||
else if(controlDown&PI_UP)
|
||||
{
|
||||
switchedState=_playerMode->setState(STATE_LOOKUP);
|
||||
}
|
||||
|
||||
if(controlHeld&PI_LEFT)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue