perfect: Change database dir to D:\\Muehle\\Muehle

This commit is contained in:
Calcitem 2021-02-01 23:30:31 +08:00
parent 7d9b82ef4a
commit 2b3f4de4bb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "perfectAI.h"
#include "types.h"
static const char databaseDirectory[] = "D:\\database";
static const char databaseDirectory[] = "D:\\Muehle\\Muehle";
extern Mill *mill;
extern PerfectAI *ai;