set MAX_ENGINES=12 (10 aren't enough for the DO-X)
This commit is contained in:
parent
fc55979c34
commit
380c9f90c4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
enum {
|
||||
ALL_ENGINES = -1,
|
||||
MAX_ENGINES = 10
|
||||
MAX_ENGINES = 12
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue