bot: all podbot waypoints should be now located in data/pwf directory.

build: remove '-funroll-all-loop'.
This commit is contained in:
ds 2020-10-05 18:59:40 +03:00
commit f15a115b0a
4 changed files with 5 additions and 7 deletions

View file

@ -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));
}