Remove struct workaround in CControllerConfigManager

This commit is contained in:
Sergeanur
2020-04-26 20:11:19 +03:00
parent 1a44bcccd5
commit b7ee3792df
2 changed files with 6 additions and 9 deletions

View File

@ -63,7 +63,6 @@ struct tJoy
bool m_bInitialised;
bool m_bHasAxisZ;
bool m_bHasAxisR;
char _pad0;
int m_nVendorID;
int m_nProductID;
};