Skip to content

Commit

Permalink
Add: TODO: option to set ground/no ground on airport layouts and poss…
Browse files Browse the repository at this point in the history
…ibly specific track graphics.
  • Loading branch information
J0anJosep committed Jul 2, 2024
1 parent 082ff82 commit e295044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/newgrf_airport.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ struct AirportTileTable {
INVALID_AIRPORTTILE
};

bool show_generic_ground;

void SetGfx(AirportTiles gfx) {
this->gfx[DIAGDIR_BEGIN] = gfx;
}
Expand Down

0 comments on commit e295044

Please sign in to comment.