diff options
author | rubidium <rubidium@openttd.org> | 2006-08-22 14:38:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2006-08-22 14:38:37 +0000 |
commit | 480af9c9171badb7db906d2cc05856f4c2d87b73 (patch) | |
tree | 2a3621a92a3d30384ea51e0898d08f035a559915 /spritecache.c | |
parent | 5f4dbbd52264b986efc248a6ccb02dbde4ca6c0e (diff) | |
download | openttd-480af9c9171badb7db906d2cc05856f4c2d87b73.tar.xz |
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Diffstat (limited to 'spritecache.c')
-rw-r--r-- | spritecache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spritecache.c b/spritecache.c index 9fe087f99..4604f7602 100644 --- a/spritecache.c +++ b/spritecache.c @@ -385,7 +385,7 @@ static void* AllocSprite(size_t mem_req) static uint RotateSprite(uint s) { - static const byte _rotate_tile_sprite[19] = { 0,2,4,6,8,10,12,14,1,3,5,7,9,11,13,17,18,16,15 }; + static const byte _rotate_tile_sprite[19] = { 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11, 13, 17, 18, 16, 15 }; static const byte _coast_map[9] = {0, 4, 3, 1, 2, 6, 8, 5, 7}; static const byte _fence_map[6] = {1, 0, 5, 4, 3, 2}; @@ -399,7 +399,7 @@ static uint RotateSprite(uint s) X19(4000) X19(4023) X19(4042) - MAP(4061,4069,_coast_map) + MAP(4061, 4069, _coast_map) X19(4126) X19(4145) X19(4164) |