diff options
author | belugas <belugas@openttd.org> | 2007-10-15 00:06:59 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-10-15 00:06:59 +0000 |
commit | c5a8f4a857e2c31b5059f3ee6575550f98993ec3 (patch) | |
tree | 7b0319647c439826142d17ae2dcc18d2eb227a7c /src/table | |
parent | ee4823857ffb85b6fa088f68808ab97aa900ddd0 (diff) | |
download | openttd-c5a8f4a857e2c31b5059f3ee6575550f98993ec3.tar.xz |
(svn r11266) -Documentation: Add a few comments. Parts of BigBB's work on shores
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index d65989fa3..787edccd7 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -538,14 +538,14 @@ enum Sprites { /* Shores */ SPR_NO_SHORE = 0, //used for tileh which have no shore - SPR_SHORE_TILEH_4 = 4062, - SPR_SHORE_TILEH_1 = 4063, - SPR_SHORE_TILEH_2 = 4064, - SPR_SHORE_TILEH_8 = 4065, - SPR_SHORE_TILEH_6 = 4066, - SPR_SHORE_TILEH_12 = 4067, - SPR_SHORE_TILEH_3 = 4068, - SPR_SHORE_TILEH_9 = 4069, + SPR_SHORE_TILEH_4 = 4062, // SLOPE_E + SPR_SHORE_TILEH_1 = 4063, // SLOPE_W + SPR_SHORE_TILEH_2 = 4064, // SLOPE_S + SPR_SHORE_TILEH_8 = 4065, // SLOPE_N + SPR_SHORE_TILEH_6 = 4066, // SLOPE_SE + SPR_SHORE_TILEH_12 = 4067, // SLOPE_NE + SPR_SHORE_TILEH_3 = 4068, // SLOPE_SW + SPR_SHORE_TILEH_9 = 4069, // SLOPE_NW /* Water-related sprites */ SPR_SHIP_DEPOT_SE_FRONT = 4070, |