(svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag actually means

This commit is contained in:
tron
2006-07-26 08:32:20 +00:00
parent 9b0875a9e5
commit 677ecc624c
4 changed files with 9 additions and 9 deletions

View File

@@ -264,7 +264,7 @@ int32 CmdBuildAircraft(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
u->z_height = 1;
v->vehstatus = VS_HIDDEN | VS_STOPPED | VS_DEFPAL;
u->vehstatus = VS_HIDDEN | VS_UNCLICKABLE | VS_DISASTER;
u->vehstatus = VS_HIDDEN | VS_UNCLICKABLE | VS_SHADOW;
v->spritenum = avi->image_index;
// v->cargo_count = u->number_of_pieces = 0;