src/variables.h
changeset 8706 e76561c3dd66
parent 8704 2857ec554839
child 8726 5ae45b46506b
equal deleted inserted replaced
8705:0823c884d748 8706:e76561c3dd66
    88 
    88 
    89 VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg
    89 VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg
    90 
    90 
    91 /* IN/OUT parameters to commands */
    91 /* IN/OUT parameters to commands */
    92 VARDEF byte _yearly_expenses_type;
    92 VARDEF byte _yearly_expenses_type;
    93 VARDEF TileIndex _terraform_err_tile;
       
    94 VARDEF TileIndex _build_tunnel_endtile;
    93 VARDEF TileIndex _build_tunnel_endtile;
    95 VARDEF bool _generating_world;
    94 VARDEF bool _generating_world;
    96 
    95 
    97 /* Used when switching from the intro menu. */
    96 /* Used when switching from the intro menu. */
    98 VARDEF byte _switch_mode;
    97 VARDEF byte _switch_mode;