(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.
This commit is contained in:
@@ -12,17 +12,17 @@ static const SpriteID _landscape_clear_sprites[8] = {
|
||||
};
|
||||
|
||||
static const byte _fence_mod_by_tileh[32] = {
|
||||
0,2,4,0,0,2,4,0,
|
||||
0,2,4,0,0,2,4,0,
|
||||
0,2,4,0,0,2,4,4,
|
||||
0,2,4,2,0,2,4,0,
|
||||
0, 2, 4, 0, 0, 2, 4, 0,
|
||||
0, 2, 4, 0, 0, 2, 4, 0,
|
||||
0, 2, 4, 0, 0, 2, 4, 4,
|
||||
0, 2, 4, 2, 0, 2, 4, 0,
|
||||
};
|
||||
|
||||
static const byte _fence_mod_by_tileh_2[32] = {
|
||||
1,1,5,5,3,3,1,1,
|
||||
1,1,5,5,3,3,1,1,
|
||||
1,1,5,5,3,3,1,5,
|
||||
1,1,5,5,3,3,3,1,
|
||||
1, 1, 5, 5, 3, 3, 1, 1,
|
||||
1, 1, 5, 5, 3, 3, 1, 1,
|
||||
1, 1, 5, 5, 3, 3, 1, 5,
|
||||
1, 1, 5, 5, 3, 3, 3, 1,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user