Fixed travis issue+added git pull to setup.bat

This commit is contained in:
mathusummut
2018-05-14 21:38:59 +02:00
parent 1ea031b08e
commit a3dff1423d
3 changed files with 129 additions and 1 deletions

View File

@@ -3115,7 +3115,7 @@ namespace
result = true;
break;
case utet_FieldChanged:
unit->setCurrField(value == 1 ? Field::fAir : Field::fLand);
unit->setCurrField(value == 1 ? Glest::Game::Field::fAir : Glest::Game::Field::fLand);
result = true;
break;
}