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:
zeromus 2016-07-28 20:09:25 +00:00
parent d0cb424630
commit 60e0ec7924
1 changed files with 3 additions and 3 deletions

View File

@ -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