From a6b473cd436313b52fe4f95b86f5e51cd3970994 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 26 Dec 2017 14:23:29 +0100 Subject: contrib/npclient: don't wrap around Confirmed through Falcon 4.0 Superpak sources. --- contrib/very-important-source-code/npclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/very-important-source-code/npclient.c b/contrib/very-important-source-code/npclient.c index 4df0fcad..03fa589a 100644 --- a/contrib/very-important-source-code/npclient.c +++ b/contrib/very-important-source-code/npclient.c @@ -54,7 +54,7 @@ static double r = 0, p = 0, y = 0, tx = 0, ty = 0, tz = 0; #define NP_DECLSPEC __declspec(dllexport) #define NP_EXPORT(t) t NP_DECLSPEC __stdcall -#define NP_AXIS_MAX 16384 +#define NP_AXIS_MAX 16383 static bool FTCreateMapping(void); static void FTDestroyMapping(void); -- cgit v1.2.3