diff options
author | tron <tron@openttd.org> | 2005-02-13 11:27:41 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-13 11:27:41 +0000 |
commit | 8391c96facc66dc84ad99969aadc4307fcd153bd (patch) | |
tree | f917d9999a39082a7dbe130ae3609089a3db91e7 /table/sprites.h | |
parent | 830565514c380c7d6f97be169d9388f8f5bd860e (diff) | |
download | openttd-8391c96facc66dc84ad99969aadc4307fcd153bd.tar.xz |
(svn r1868) Improve readability of the bulldozer movement code
Diffstat (limited to 'table/sprites.h')
-rw-r--r-- | table/sprites.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/table/sprites.h b/table/sprites.h index 88929b4d7..4b7ca2c7e 100644 --- a/table/sprites.h +++ b/table/sprites.h @@ -727,6 +727,12 @@ enum Sprites { SPR_TYCOON_IMG1_BEGIN = 4814, SPR_TYCOON_IMG2_BEGIN = 4824, + /* Effect vehciles */ + SPR_BULLDOZER_NE = 1416, + SPR_BULLDOZER_SE = 1417, + SPR_BULLDOZER_SW = 1418, + SPR_BULLDOZER_NW = 1419, + /* road_gui.c */ SPR_IMG_ROAD_NW = 1309, SPR_IMG_ROAD_NE = 1310, |