From d35846041f4b363c3681de04ba453dcedce56692 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 23 Feb 2015 04:05:41 +1100 Subject: [PATCH] Nrage: fix bug with removal of SPECS_VERSION where it would not update the controller spec info --- Source/nragev20/NRagePluginV2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/nragev20/NRagePluginV2.cpp b/Source/nragev20/NRagePluginV2.cpp index 333380be3..6430e29bc 100644 --- a/Source/nragev20/NRagePluginV2.cpp +++ b/Source/nragev20/NRagePluginV2.cpp @@ -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