This commit is contained in:
Aidan Ferguson 2016-02-27 14:30:47 -05:00
parent 7135c0b27d
commit 5db889090c
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ private:
{ {
shooter.BoostRamp(); shooter.BoostRamp();
ramping = true; ramping = true;
} }*/
else if(ramping && !operator_stick.GetRawButton(RAMP_RAISE) else if(ramping && !operator_stick.GetRawButton(RAMP_RAISE)
&& !operator_stick.GetRawButton(RAMP_LOWER)) && !operator_stick.GetRawButton(RAMP_LOWER))
{ {