This commit is contained in:
aozhiwei 2021-07-30 06:46:30 +00:00
parent b819435e53
commit 256577b74b

View File

@ -488,11 +488,7 @@ const int ADPLAY_BUFFID = 1006;
const int FIXED_OBJECT_MAXID = 20140; const int FIXED_OBJECT_MAXID = 20140;
#ifdef DEBUG
const int MAX_ROOM_IDX = 100; const int MAX_ROOM_IDX = 100;
#else
const int MAX_ROOM_IDX = 1024;
#endif
const int VIEW_RANGE = 512; const int VIEW_RANGE = 512;