bot: all podbot waypoints should be now located in data/pwf directory.
build: remove '-funroll-all-loop'.
This commit is contained in:
parent
6ec507a075
commit
f15a115b0a
4 changed files with 5 additions and 7 deletions
|
|
@ -738,7 +738,7 @@ bool Game::postload () {
|
|||
});
|
||||
|
||||
// ensure we're have all needed directories
|
||||
for (const auto &dir : StringArray { "conf/lang", "data/train", "data/graph", "data/logs" }) {
|
||||
for (const auto &dir : StringArray { "conf/lang", "data/train", "data/graph", "data/logs", "data/pwf" }) {
|
||||
File::createPath (strings.format ("%s/addons/%s/%s", getRunningModName (), product.folder, dir));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue