From f11013b20855cd985b255f2e4339bd4279cad941 Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Wed, 16 Feb 2022 22:20:29 +0000 Subject: [PATCH] -fix bug #1171 git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8041 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2315a486eb1fef3f78fc45e8b70fecf393551af3 Former-commit-id: a3640fd9cf17bf7f9c8cbb76f92166d95736e9c7 --- src/libs/tgfclient/tgfclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tgfclient/tgfclient.h b/src/libs/tgfclient/tgfclient.h index fa920514a..3676cf5d6 100644 --- a/src/libs/tgfclient/tgfclient.h +++ b/src/libs/tgfclient/tgfclient.h @@ -381,7 +381,7 @@ private: }; /* Mouse management */ -#define GFCTRL_MOUSE_MAX_BUTTONS 5 +#define GFCTRL_MOUSE_MAX_BUTTONS 7 typedef struct MouseInfo {