2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Merge branch 'master' of 76.182.74.61:hitchhikers/MyRobot

it's mergin for no reason!
This commit is contained in:
Austen Adler 2014-04-04 20:26:14 -04:00
commit 087604037e

View File

@ -264,7 +264,7 @@ public:
} }
//}}} //}}}
//updateJoystick{{{ //updateJoystick{{{
bool updateJoystick(*stick){ int updateJoystick(*stick){
for(i=1,i<=12,i++){ for(i=1,i<=12,i++){
state[i] = stick.GetRawButton(i); state[i] = stick.GetRawButton(i);
} }