1
This commit is contained in:
parent
d77bc8df3e
commit
155ab33c17
@ -437,7 +437,11 @@ const int ADPLAY_BUFFID = 1006;
|
||||
|
||||
const int FIXED_OBJECT_MAXID = 20140;
|
||||
|
||||
const int MAX_ROOM_IDX = 2018;
|
||||
#ifdef DEBUG
|
||||
const int MAX_ROOM_IDX = 100;
|
||||
#else
|
||||
const int MAX_ROOM_IDX = 1024;
|
||||
#endif
|
||||
|
||||
const int VIEW_RANGE = 512;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user