Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_commons.cpp287 …IndustryGfx indt_id = this->AddEntityID(its->grf_prop.local_id, its->grf_prop.grffile->grfid, its-… in SetEntitySpec() local
289 if (indt_id == invalid_ID) { in SetEntitySpec()
294 memcpy(&_industry_tile_specs[indt_id], its, sizeof(*its)); in SetEntitySpec()
302 overridden_its->grf_prop.override = indt_id; in SetEntitySpec()