Home
last modified time | relevance | path

Searched refs:LEAFY_FOREST (Results 1 – 6 of 6) sorted by relevance

/dports/games/ivan/ivan-059/Script/
H A Dowterra.dat111 NativeGTerrainTypes = { 1, LEAFY_FOREST; }
164 NativeGTerrainTypes = { 1, LEAFY_FOREST; }
210 NativeGTerrainTypes = { 2, LEAFY_FOREST, EVERGREEN_FOREST; }
221 NativeGTerrainTypes = { 1, LEAFY_FOREST; }
271 LEAFY_FOREST x5
H A Ddefine.dat1307 #define LEAFY_FOREST 4
/dports/games/ivan/ivan-059/Main/Include/
H A Divandef.h741 #define LEAFY_FOREST 4 macro
H A Ddefinesvalidator.h5291 #ifdef LEAFY_FOREST // DO NOT MODIFY! in Validate()
5293 bsB = LEAFY_FOREST; in Validate()
5295 … value 4 from .dat file mismatches hardcoded c++ define value of " << LEAFY_FOREST << "!" << std::… in Validate()
/dports/games/ivan/ivan-059/Main/Source/
H A Dworldmap.cpp1310 case LEAFY_FOREST: in GetTypeOfNativeGTerrainType()
H A Dlevel.cpp370 case LEAFY_FOREST: in Generate()