1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Use "Favorable" instead of "Favourable" everywhere for consistency

Original game of course used american english version so we stick to it.
This commit is contained in:
ArseniyShestakov
2015-12-06 02:23:41 +03:00
parent 7708810148
commit 05a34fb417
7 changed files with 9 additions and 9 deletions

View File

@ -1939,7 +1939,7 @@ BFieldType CGameState::battleGetBattlefieldType(int3 tile)
case Obj::EVIL_FOG:
return BFieldType::EVIL_FOG;
case Obj::FAVORABLE_WINDS:
return BFieldType::FAVOURABLE_WINDS;
return BFieldType::FAVORABLE_WINDS;
case Obj::FIERY_FIELDS:
return BFieldType::FIERY_FIELDS;
case Obj::HOLY_GROUNDS: