mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-31 22:00:46 +00:00
RR: Remove left-over else statement that should have been removed in 0ec2b87.
This commit is contained in:
parent
d58f90de19
commit
401e87f3d9
1 changed files with 0 additions and 1 deletions
|
@ -3902,7 +3902,6 @@ void P_GetInputBoat(int playerNum)
|
||||||
else if (turn > 0)
|
else if (turn > 0)
|
||||||
turnRight = 1;
|
turnRight = 1;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
|
||||||
input.svel = input.fvel = input.q16avel = 0;
|
input.svel = input.fvel = input.q16avel = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue