increase facility limit
This commit is contained in:
parent
8f6a417b6b
commit
a3d7673072
@ -11,7 +11,7 @@
|
||||
/* ** Definitions ** */
|
||||
#define FACILITY_TAKEOVER_ENABLED ( false )
|
||||
|
||||
#define MAX_FACILITIES ( 24 )
|
||||
#define MAX_FACILITIES ( 32 )
|
||||
#define MAX_FACILITY_BOMB ( 2 )
|
||||
|
||||
#define FACILITY_SPAWN_FEE ( 250 )
|
||||
|
@ -16,7 +16,7 @@
|
||||
#pragma option -d3
|
||||
#pragma dynamic 7200000
|
||||
|
||||
#define DEBUG_MODE
|
||||
//#define DEBUG_MODE
|
||||
|
||||
#if defined DEBUG_MODE
|
||||
#pragma option -d3
|
||||
|
Loading…
Reference in New Issue
Block a user