From dba2a915adf8c26419b441c36918db0dfff79348 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 1 Oct 2005 15:52:16 +0000 Subject: [PATCH] new constant --- common/comtypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/comtypes.h b/common/comtypes.h index 869ad2cc7..f573b6b39 100644 --- a/common/comtypes.h +++ b/common/comtypes.h @@ -84,6 +84,7 @@ typedef enum { #define MAX_NUM_PLAYERS 4 #define PLAYERNUM_NBITS 2 +#define NDEVICES_NBITS 2 /* 1-4, but reduced by 1 fits in 2 bits */ #define NPLAYERS_NBITS 3 #define EMPTIED_TRAY_BONUS 50