mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
Fixed travis issue+added git pull to setup.bat
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user