mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
updateJoystick should return an int, not a bool
This commit is contained in:
parent
11d08a0b26
commit
15f7871295
@ -264,7 +264,7 @@ public:
|
||||
}
|
||||
//}}}
|
||||
//updateJoystick{{{
|
||||
bool updateJoystick(*stick){
|
||||
int updateJoystick(*stick){
|
||||
for(i=1,i<=12,i++){
|
||||
state[i] = stick.GetRawButton(i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user