Nrage: fix bug with removal of SPECS_VERSION where it would not update the controller spec info

This commit is contained in:
zilmar 2015-02-23 04:05:41 +11:00
parent 0519ad93c1
commit d35846041f
1 changed files with 0 additions and 4 deletions

View File

@ -409,11 +409,7 @@ EXPORT void CALL InitiateControllers (CONTROL_INFO * ControlInfo)
LeaveCriticalSection( &g_critical );
#if SPECS_VERSION == 0x0100
FillControls(Controls);
#elif SPECS_VERSION >= 0x0101
FillControls(ControlInfo->Controls);
#endif // SPECS_VERSION
return;
} // end InitiateControllers