cleaned up and updated animviewer; fixed animation bug

This commit is contained in:
aap
2020-06-08 13:00:45 +02:00
parent 5942f1a8f9
commit d5515c9d0e
6 changed files with 90 additions and 106 deletions

View File

@@ -1274,8 +1274,8 @@ void CPad::UpdatePads(void)
GetPad(0)->UpdateMouse();
#ifdef XINPUT
GetPad(0)->AffectFromXinput(0);
GetPad(1)->AffectFromXinput(1);
GetPad(0)->AffectFromXinput(m_bMapPadOneToPadTwo ? 1 : 0);
GetPad(1)->AffectFromXinput(m_bMapPadOneToPadTwo ? 0 : 1);
#else
CapturePad(0);
#endif