diff options
Diffstat (limited to 'src/mastersrv/mastersrv.h')
| -rw-r--r-- | src/mastersrv/mastersrv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h index cd98bec2..75a1bf0c 100644 --- a/src/mastersrv/mastersrv.h +++ b/src/mastersrv/mastersrv.h @@ -1,6 +1,8 @@ static const int MASTERSERVER_PORT = 8383; -static const int MAX_SERVERS = 200; +enum { + MAX_SERVERS = 200, +}; /*enum { SERVERBROWSE_NULL=0, |