From e74e187006141b921da81e1c9101100c3544b536 Mon Sep 17 00:00:00 2001 From: belugas Date: Mon, 15 Oct 2007 00:06:59 +0000 Subject: (svn r11266) -Documentation: Add a few comments. Parts of BigBB's work on shores --- src/table/sprites.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/table/sprites.h') 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, -- cgit v1.2.3-54-g00ecf