RR: Remove left-over else statement that should have been removed in 0ec2b87.

This commit is contained in:
Mitchell Richters 2020-05-08 17:25:48 +10:00 committed by Christoph Oelckers
parent d58f90de19
commit 401e87f3d9

View file

@ -3902,7 +3902,6 @@ void P_GetInputBoat(int playerNum)
else if (turn > 0)
turnRight = 1;
}
else
input.svel = input.fvel = input.q16avel = 0;