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
commita67957866a9006e05158b9735b228bd5b93390a0 (patch)
treea2c74a07b630863365bb8cb9d93475e8003e1845 /src/oldloader.cpp
parenta26ef1ee3aa21ff064d70971a4bb3605b40100db (diff)
downloadopenttd-a67957866a9006e05158b9735b228bd5b93390a0.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