my r3205 made a possible tiny bug in some gamepad profile management somehow. I didnt get the warning until I made a release build, so let's fix it now (i hope)
This commit is contained in:
parent
d0cb424630
commit
60e0ec7924
|
@ -144,9 +144,9 @@ ButtConfig GamePadConfig[4][12]={
|
|||
GPZ()
|
||||
};
|
||||
|
||||
ButtConfig GamePadPreset1[4][10]={GPZ(),GPZ(),GPZ(),GPZ()};
|
||||
ButtConfig GamePadPreset2[4][10]={GPZ(),GPZ(),GPZ(),GPZ()};
|
||||
ButtConfig GamePadPreset3[4][10]={GPZ(),GPZ(),GPZ(),GPZ()};
|
||||
ButtConfig GamePadPreset1[4][12]={GPZ(),GPZ(),GPZ(),GPZ()};
|
||||
ButtConfig GamePadPreset2[4][12]={GPZ(),GPZ(),GPZ(),GPZ()};
|
||||
ButtConfig GamePadPreset3[4][12]={GPZ(),GPZ(),GPZ(),GPZ()};
|
||||
char *InputPresetDir = 0;
|
||||
|
||||
extern int rapidAlternator; // for auto-fire / autofire
|
||||
|
|
Loading…
Reference in New Issue