From d1ca90e1369bf1e913c191b5da0d185857934737 Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Sat, 9 Sep 2017 20:45:07 -0400 Subject: [PATCH] Get rid of this FIXME. --- network/netplay/netplay_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/network/netplay/netplay_private.h b/network/netplay/netplay_private.h index 41473a26d0..d59ba73d32 100644 --- a/network/netplay/netplay_private.h +++ b/network/netplay/netplay_private.h @@ -43,7 +43,6 @@ #define MAX_RETRIES 16 #define RETRY_MS 500 #define MAX_INPUT_DEVICES 16 -#undef MAX_USERS /* FIXME: Temporary */ /* We allow only 32 clients to fit into a 32-bit bitmap */ #define MAX_CLIENTS 32