mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
committed by
Andrii Danylchenko
parent
205bb09880
commit
aaa07e4d2e
@@ -80,11 +80,11 @@ struct DLL_LINKAGE TerrainTile
|
||||
EDiggingStatus getDiggingStatus(const bool excludeTop = true) const;
|
||||
bool hasFavorableWinds() const;
|
||||
|
||||
ETerrainType terType;
|
||||
Terrain terType;
|
||||
ui8 terView;
|
||||
ERiverType::ERiverType riverType;
|
||||
std::string riverType;
|
||||
ui8 riverDir;
|
||||
ERoadType::ERoadType roadType;
|
||||
std::string roadType;
|
||||
ui8 roadDir;
|
||||
/// first two bits - how to rotate terrain graphic (next two - river graphic, next two - road);
|
||||
/// 7th bit - whether tile is coastal (allows disembarking if land or block movement if water); 8th bit - Favorable Winds effect
|
||||
|
||||
Reference in New Issue
Block a user