diff options
author | belugas <belugas@openttd.org> | 2010-05-12 21:07:31 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2010-05-12 21:07:31 +0000 |
commit | 7d43793ec4fd7ef9101a0608bb6d61800fbd1280 (patch) | |
tree | b19423285205b88696b857683681ced20631e1f5 /src | |
parent | e5a3900d37e46f44199fafc6ba6ce7ea6f192130 (diff) | |
download | openttd-7d43793ec4fd7ef9101a0608bb6d61800fbd1280.tar.xz |
(svn r19803) -Fix(r19802): Compile before commit, or at least double check...
Diffstat (limited to 'src')
-rw-r--r-- | src/table/sprites.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 92426fec1..3c6233c97 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -964,10 +964,10 @@ static const SpriteID SPR_CNST1_TOWNHOUSE_06_V1 = 1444; static const SpriteID SPR_CNST2_TOWNHOUSE_06_V1 = 1445; static const SpriteID SPR_BUILD_TOWNHOUSE_06_V1 = 1446; // 1st variation static const SpriteID SPR_GRND_TOWNHOUSE_06_V1 = 1447; -static const SpriteID SPR_GRND_STADIUM_N = 1479, //stadium ground at north -static const SpriteID SPR_GRND_STADIUM_E = 1480, //stadium ground at east -static const SpriteID SPR_GRND_STADIUM_W = 1481, //stadium ground at west -static const SpriteID SPR_GRND_STADIUM_S = 1482, //stadium ground at south +static const SpriteID SPR_GRND_STADIUM_N = 1479; //stadium ground at north +static const SpriteID SPR_GRND_STADIUM_E = 1480; //stadium ground at east +static const SpriteID SPR_GRND_STADIUM_W = 1481; //stadium ground at west +static const SpriteID SPR_GRND_STADIUM_S = 1482; //stadium ground at south static const SpriteID SPR_CNST1_TOWNHOUSE_06_V2 = 1501; // used as ground, but is stage1 static const SpriteID SPR_CNST1_TOWNHOUSE_06_V2_P = 1502; // pipes extensions for previous static const SpriteID SPR_CNST2_TOWNHOUSE_06_V2_G = 1503; // Ground of cnst stage 2 |