From a67957866a9006e05158b9735b228bd5b93390a0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Jul 2007 15:37:19 +0000 Subject: (svn r10697) -Codechange: give a more sensible names to some of the unkX variables. --- src/oldloader.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/oldloader.cpp') diff --git a/src/oldloader.cpp b/src/oldloader.cpp index 09d949300..bd28b4881 100644 --- a/src/oldloader.cpp +++ b/src/oldloader.cpp @@ -1053,8 +1053,8 @@ static const OldChunks vehicle_air_chunk[] = { }; static const OldChunks vehicle_special_chunk[] = { - OCL_SVAR( OC_UINT16, VehicleSpecial, unk0 ), - OCL_SVAR( OC_UINT8, VehicleSpecial, unk2 ), + OCL_SVAR( OC_UINT16, VehicleSpecial, animation_state ), + OCL_SVAR( OC_UINT8, VehicleSpecial, animation_substate ), OCL_NULL( 7 ), // Junk @@ -1063,7 +1063,7 @@ static const OldChunks vehicle_special_chunk[] = { static const OldChunks vehicle_disaster_chunk[] = { OCL_SVAR( OC_UINT16, VehicleDisaster, image_override ), - OCL_SVAR( OC_UINT16, VehicleDisaster, unk2 ), + OCL_SVAR( OC_UINT16, VehicleDisaster, big_ufo_destroyer_target ), OCL_NULL( 6 ), ///< Junk -- cgit v1.2.3-70-g09d2