mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-30 21:58:01 +03:00
parent
ce4b2cb6be
commit
82f211a5a5
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ INPUT_STATE S_Input_GetCurrentState()
|
|||
}
|
||||
// check Z
|
||||
if (state.lZ > 512) {
|
||||
linput.step_left = 0;
|
||||
linput.step_left = 1;
|
||||
} else if (state.lZ < -512) {
|
||||
linput.step_right = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue