From a3ec4ac781e7098c8b1675bd05b3e4cea8eb59ea Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 21 Feb 2001 19:53:41 +0000 Subject: [PATCH] fix a #define clash I missed earlier --- qw/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/include/client.h b/qw/include/client.h index 5350c20ea..6bbd81987 100644 --- a/qw/include/client.h +++ b/qw/include/client.h @@ -64,7 +64,7 @@ typedef struct player_state_s { int oldbuttons; } player_state_t; - +#undef MAX_SCOREBOARDNAME #define MAX_SCOREBOARDNAME 16 typedef struct player_info_s {