(svn r12531) -Codechange: Rename some variables for consistency.

This commit is contained in:
frosch
2008-04-01 14:03:20 +00:00
parent b93a612dfd
commit 51155403a4
8 changed files with 26 additions and 26 deletions

View File

@@ -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;
}