Reduced maximum grid candidates to 256

This commit is contained in:
Steve 2015-11-11 19:16:04 +00:00
parent 4da58014d5
commit 4daeee51e0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define GRID_CELL_WIDTH 640
#define GRID_CELL_HEIGHT 360
#define GRID_SIZE 50
#define MAX_GRID_CANDIDATES 1024
#define MAX_GRID_CANDIDATES 256
#define GRID_RESTRICTION_SIZE 250
#define BF_NONE 0