summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
Diffstat (limited to 'src/table')
-rw-r--r--src/table/water_land.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/water_land.h b/src/table/water_land.h
index 4b8ea60e4..2343b6f11 100644
--- a/src/table/water_land.h
+++ b/src/table/water_land.h
@@ -6,9 +6,9 @@ struct WaterDrawTileStruct {
byte delta_x;
byte delta_y;
byte delta_z;
- byte width;
- byte height;
- byte unk;
+ byte size_x;
+ byte size_y;
+ byte size_z;
SpriteID image;
};