From 16bf3e35cdad1da202ab5279c572c33cf3c786fc Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 26 Jul 2006 08:32:20 +0000 Subject: (svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag actually means --- aircraft_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 13909587c..913fda5bd 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -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; -- cgit v1.2.3-70-g09d2