Forgot to initialize arcade

This commit is contained in:
Aidan Ferguson 2016-02-22 21:26:11 -05:00
parent 2f010032da
commit fa5ed36025
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ private:
shooting = false;
unjamming = false;
shooter_power = 0;
arcade = false;
}