(svn r10697) -Codechange: give a more sensible names to some of the unkX variables.

This commit is contained in:
rubidium
2007-07-26 15:37:19 +00:00
parent 02ab86631e
commit 5bd241eb5b
8 changed files with 27 additions and 27 deletions

View File

@@ -202,13 +202,13 @@ struct VehicleRoad {
};
struct VehicleSpecial {
uint16 unk0;
byte unk2;
uint16 animation_state;
byte animation_substate;
};
struct VehicleDisaster {
uint16 image_override;
uint16 unk2;
VehicleID big_ufo_destroyer_target;
};
struct VehicleShip {