(svn r11269) -Feature: user customisable faces. Patch by BigBB.

This commit is contained in:
rubidium
2007-10-15 19:59:27 +00:00
parent a1e1d85361
commit 322746ee11
9 changed files with 570 additions and 62 deletions

View File

@@ -300,6 +300,8 @@ VARDEF Money _additional_cash_required;
VARDEF bool _rightclick_emulate;
VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg
/* IN/OUT parameters to commands */
VARDEF byte _yearly_expenses_type;
VARDEF TileIndex _terraform_err_tile;