summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-20 23:21:04 +0000
committerfrosch <frosch@openttd.org>2009-02-20 23:21:04 +0000
commit15789a76c147a69853b3bcb0aa592d96fbc7f182 (patch)
treec222d98d9956931a464991dd3bcb16511fff70f4 /src/table
parentc4fb8795617ee382ba61dacef0f939edfdc4819c (diff)
downloadopenttd-15789a76c147a69853b3bcb0aa592d96fbc7f182.tar.xz
(svn r15534) -Codechange: Rename some variables.
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;
};