From 15a9fba867d2849f38b8d46364ad945df690c21d Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 1 Apr 2008 14:03:20 +0000 Subject: (svn r12531) -Codechange: Rename some variables for consistency. --- src/oldloader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/oldloader.cpp') diff --git a/src/oldloader.cpp b/src/oldloader.cpp index a84cb66fe..ccd64c3b5 100644 --- a/src/oldloader.cpp +++ b/src/oldloader.cpp @@ -1155,8 +1155,8 @@ static const OldChunks vehicle_chunk[] = { OCL_SVAR( OC_UINT8, Vehicle, z_pos ), OCL_SVAR( OC_UINT8, Vehicle, direction ), OCL_NULL( 2 ), ///< x_offs and y_offs, calculated automatically - OCL_NULL( 2 ), ///< sprite_width and sprite_height, calculated automatically - OCL_NULL( 1 ), ///< z_height, calculated automatically + OCL_NULL( 2 ), ///< x_extent and y_extent, calculated automatically + OCL_NULL( 1 ), ///< z_extent, calculated automatically OCL_SVAR( OC_UINT8, Vehicle, owner ), OCL_SVAR( OC_TILE, Vehicle, tile ), -- cgit v1.2.3-54-g00ecf