summaryrefslogtreecommitdiff
path: root/src/disaster_cmd.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-04-01 14:03:20 +0000
committerfrosch <frosch@openttd.org>2008-04-01 14:03:20 +0000
commit15a9fba867d2849f38b8d46364ad945df690c21d (patch)
tree9a16bca519fc373be161aa0268902383ac926238 /src/disaster_cmd.cpp
parent9d914a803c0e9d39b8d86427902b0aac4c6d88ce (diff)
downloadopenttd-15a9fba867d2849f38b8d46364ad945df690c21d.tar.xz
(svn r12531) -Codechange: Rename some variables for consistency.
Diffstat (limited to 'src/disaster_cmd.cpp')
-rw-r--r--src/disaster_cmd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp
index 0482edeaa..097aaf567 100644
--- a/src/disaster_cmd.cpp
+++ b/src/disaster_cmd.cpp
@@ -1061,7 +1061,7 @@ void DisasterVehicle::UpdateDeltaXY(Direction direction)
{
this->x_offs = -1;
this->y_offs = -1;
- this->sprite_width = 2;
- this->sprite_height = 2;
- this->z_height = 5;
+ this->x_extent = 2;
+ this->y_extent = 2;
+ this->z_extent = 5;
}