change depth
This commit is contained in:
parent
88928aa18c
commit
0500215eda
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#define NBL 20
|
#define NBL 20
|
||||||
#define NBC 20
|
#define NBC 20
|
||||||
#define MAX_DEPTH 16
|
#define MAX_DEPTH 30
|
||||||
|
|
||||||
enum movement { MOVE_U = 0, MOVE_D, MOVE_L, MOVE_R, MOVE_W };
|
enum movement { MOVE_U = 0, MOVE_D, MOVE_L, MOVE_R, MOVE_W };
|
||||||
|
|
||||||
|
|
Reference in a new issue