scene edit

This commit is contained in:
Nikolay Korolev
2020-04-13 21:50:56 +03:00
parent e71b000cc5
commit cb85091d34
5 changed files with 806 additions and 25 deletions

View File

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