summaryrefslogtreecommitdiff
path: root/src/oldloader.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-26 15:37:19 +0000
committerrubidium <rubidium@openttd.org>2007-07-26 15:37:19 +0000
commit5bd241eb5b151dd9a5ebda0a93aff8740713ce62 (patch)
treea2c74a07b630863365bb8cb9d93475e8003e1845 /src/oldloader.cpp
parent02ab86631e59bc247b9f01c21b69e6f6b99a0d3f (diff)
downloadopenttd-5bd241eb5b151dd9a5ebda0a93aff8740713ce62.tar.xz
(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.
Diffstat (limited to 'src/oldloader.cpp')
-rw-r--r--src/oldloader.cpp6
1 files changed, 3 insertions, 3 deletions
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