summaryrefslogtreecommitdiff
path: root/table/clear_land.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/clear_land.h')
-rw-r--r--table/clear_land.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/table/clear_land.h b/table/clear_land.h
index e2d167faa..581c86855 100644
--- a/table/clear_land.h
+++ b/table/clear_land.h
@@ -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,
};